Html5 date Tag

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

Example Code



<!DOCTYPE HTML>
<input type="date" name="date_box" >

Out Put :

Screen Shot :





Content