<!DOCTYPE html> <html> <body> <h1>Show a date control:</h1> <form action="/action_page.php"> Birthday: <input type="date" name="bday"> <input type="submit"> </form> <p><strong>Note:</strong> type="date" is not supported in Safari or Internet Explorer 11 (or earlier).</p> </body> </html>