Created
March 16, 2018 08:05
-
-
Save summerscope/43078ba906b38ecf045eed34b671d607 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h2>Get the computer's date and time</h2> | |
| <button type="button" | |
| onclick="document.getElementById('demo').innerHTML = Date()"> | |
| Click me to display Date and Time.</button> | |
| <p id="demo"></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment