Answers for "input type date hour"

11

input datetime

<input type="datetime-local">
Posted by: Guest on August-10-2020
0

html5 time input

<!DOCTYPE html>
<html>
<body>

<form action="url here">
  <label for="time">Select a time:</label>
  <input type="time" id="time input" name="time input:">
  <input type="submit">
</form>

</body>
</html>
Posted by: Guest on January-28-2022

Browse Popular Code Answers by Language