Created
January 4, 2012 09:36
-
-
Save anonymous/1559317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="date" /> <!-- Datum --> | |
<input type="time" /> <!-- Uhrzeit --> | |
<input type="datetime" /> <!-- Datum und Uhrzeit (mit Zeitzone) --> | |
<input type="datetime-local" /> <!-- Datum und Uhrzeit (ohne Zeitzone) --> | |
<input type="month" /> <!-- Monat --> | |
<input type="week" /> <!-- Kalenderwoche --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment