Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html5 time input 24 hour format

<form>
  <label for="appt-time">Choose an appointment time: </label>
  <input id="appt-time" type="time" name="appt-time" step="2">
</form>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #time #input #hour #format
ADD COMMENT
Topic
Name
8+6 =