About
Explore
Events & Classes
Support Us
Join
Sign In
arabian_rainbow
View Project Page
Run
Fullscreen
THE TIME IS HERE
HTML
CSS
JS
<!DOCTYPE html> <html> <body> <button type="button"onclick="document.getElementById('demo').innerHTML = Date()"> Click me to display Date and Time. </button> <p id="demo"></p> </body> </html>