Edit This Code:
See Result »
<!DOCTYPE html> <html> <body> <p> Depending on browser support:<br> A date picker can pop-up when you enter the input field. </p> <form action="http://www.w3schools.com/html/action_page.php"> Birthday (month and year): <input type="month" name="bdaymonth"> <input type="submit"> </form> <p><b>Note:</b> type="month" is not supported in Internet Explorer. </p> </body> <!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_input_month by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:55 GMT --> </html>
Result: