Skip to content

Instantly share code, notes, and snippets.

Created January 4, 2012 09:36
Show Gist options
  • Save anonymous/1559317 to your computer and use it in GitHub Desktop.
Save anonymous/1559317 to your computer and use it in GitHub Desktop.
<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