HTML Input Control Elements Time

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

5
<input type="time" />

The time input marks this element as accepting a string representing a time. The format is defined in RFC 3339 and should be a partial-time such as

19:04:39
08:20:39.04

Currently, all versions of Edge, Chrome, Opera, and Chrome for Android support type="time". The newer versions of Android Browser, specifically 4.4 and up support it. Safari for iOS offers partial support, not supporting min, max, and step attributes.



Got any HTML Question?