Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #time #input
ADD COMMENT
Topic
Name
3+2 =