Html5 month Tag

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

Example Code



<!DOCTYPE HTML>
<input type="month" name="month_box" >

Out Put :

Screen Shot :





Content