Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <form> <label for="mydatetime">Choose Date and Time:</label> <input type="datetime-local" /> </form> </body> </html>