An input field for entering a specific time value.
Overview TableBasic usage. Accepts no seconds.
<input type="time" value="09:00" min="09:00" max="17:00">
Accepts seconds.
<input type="time" step="1">
Accepts only hours.
<input type="time" step="3600">
Notes
On Safari Mobile for iOS, setting display
: block
on an input of type="time" causes the text within the input to become vertically misaligned.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4