tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type Date</h2> <form action="/sample_page.php"> Select the Date: <input type="date" name="date"> <input type="submit"> </form> </body> </html>