tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type Datetime-local</h2> <form action="/sample_page.php"> Select the meeting date and time: <input type="datetime-local" name="meeting"> <input type="submit" value="Send"> </form> </body> </html>