Html5 datetime-local Tag

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

Example Code



<!DOCTYPE HTML>
<input type="datetime-local" name="datetime_box" >

Out Put :

Screen Shot :





Content