+ 1
Do you know how to create dates?
<!DOCTYPE html> <html> <body> <p> Depending on browser support: <br> A date picker can pop-up when you enter the input field. </p> <form action="myServer.html"> Birthday: <input type="date" name="bday"> <input type="submit"> </form> </body> </html>
1 Answer
0
What do you exactly mean? The real time?