[JAVASCRIPT] Show Time
Paste the code below where you want the time to appear.
It will display as h:m:s
If you don’t want to display seconds remove document.write(d.getSeconds()) .
If you don’t want to display minutes remove document.write(d.getMinutes()) .
If you don’t want to display hours remove document.write(d.getHours()) .
You can customize the text between the different digits by changing the : in (“:”)



