From RuneGlory
Jump to: navigation, search
Line 50: Line 50:
 
<p id="demo"></p>
 
<p id="demo"></p>
 
</body></html>
 
</body></html>
 +
 +
 +
 +
 +
<p id="demo"></p>
 +
 +
<script>
 +
var d = new Date();
 +
document.getElementById("demo").innerHTML = d;
 +
</script>

Revision as of 23:45, 21 May 2018

Select your Time zone:

Click the button to display the hours in your timezone.




<script> var d = new Date(); document.getElementById("demo").innerHTML = d; </script>