From RuneGlory
Jump to: navigation, search
Line 15: Line 15:
  
 
</style>
 
</style>
 
 
<form>
 
<form>
 
Select your Time zone:
 
Select your Time zone:
Line 27: 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" onclick="myFunction()">Click me to display hourly events</button>
<button type="button" onclick="myFunction()">Click Here</button>
+
<button type="button"
 +
onclick="document.getElementById('demo').innerHTML = Date()">
 +
Click me to display your current Date and Time.</button>
 +
<p id="demo"></p>
  
 
<p id="demo"></p>
 
<p id="demo"></p>
Line 41: Line 43:
 
</body>
 
</body>
 
</html>
 
</html>
 
 
 
<html><body>
 
<button type="button"
 
onclick="document.getElementById('demo').innerHTML = Date()">
 
Click me to display your current Date and Time.</button>
 
<p id="demo"></p>
 
</body></html>
 

Revision as of 00:41, 22 May 2018

Select your Time zone:

Click the button to display the hours in your timezone.