HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>When is your birthday(date and time)?</p> <form action="/user-birthday.php"> <input type="datetime-local" name="myBday"> <input type="submit"> </form> </body> </html>
OUTPUT
×

Save as Private