SOURCE

console 命令行工具 X clear

                    
>
console
<!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="action_page.php">
  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.
</p>

</body>
</html>