HTML <time> Tag

142    Share

Input Type Time


The <input type="time"> allows the user to select a time (no time zone).

Depending on browser support, a time picker can show up in the input field.


Live Demo & Try it yourself! Read More » »

Input Type Datetime-local


The <input type="datetime-local"> specifies a date and time input field, with no time zone.

Depending on browser support, a date picker can show up in the input field.


Live Demo & Try it yourself! Read More » »