HTML5 Time Input
This one is the simplest of the date/time related types, allowing the user to select a time on a 24/12 hour clock, usually depending on the user's OS locale configuration. The value returned is in 24h hours:minutes
format, which will look something like 14:30
.
More details, including the appearance for each browser, can be found on MDN.
<input type="time" name="time">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…