From RuneGlory
Line 26: | Line 26: | ||
<p>Click the button to display the hours in your timezone.</p> | <p>Click the button to display the hours in your timezone.</p> | ||
− | |||
<button type="button" | <button type="button" | ||
onclick="document.getElementById('demo').innerHTML = Date()"> | onclick="document.getElementById('demo').innerHTML = Date()"> | ||
− | Click me to display your current Date and Time.</button> | + | Click me to display your current Date and Time.</button><button type="button" onclick="myFunction()">Click me to display hourly events</button> |
<p id="demo"></p> | <p id="demo"></p> | ||
Revision as of 00:41, 22 May 2018
Click the button to display the hours in your timezone.