<!DOCTYPE html>
<html>
<body>
<p>
Depending on browser support:<br>
A time picker might pop-up when you enter the input field.
</p>
<form action="/example/html/form_action.aspx">
Select a time:
<input type="time" name="usr_time">
<input type="submit">
</form>
<p><b>Note:</b>
type="time" is not supported in Firefox or Internet Explorer.
</body>
</html>