Html5 time Tag

Html5 input time is a time field type attribute. which can to use for a local time to user input.The time type text box does support time only.

Example Code



<!DOCTYPE HTML>
<input type="time" name="time_box" >

Out Put :

Screen Shot :





Content