Installatron Clock

Installatron Clock is a simple Javascript date and time script for Installatron users. Here is a demonstration of the clock in action:




This demonstration shows a full date and dynamic time display of the current GMT time, with no offset. Style, including the font size and weight, are provided by the HTML in this page. Many elements of the display can also be configured via the [Config] tool in Installatron.

To insert the display into any page of your website:

  1. Insert this code between the <head>...</head> tags of the webpage:

  2. Add this code onLoad="..." code to the <body> tag:

  3. And then insert this code where you wish the date/time to be displayed:

You can also view the source code of this demonstration page to see how that code is used in this page.