Clock.html - A simple clock page written in JavaScript.


Originally example program from/by Microsoft MSDN.
Re-written by JB 10:50 2008-12-26 to work on FireFox.
Modified by JB 11:56 2011-01-03

However IE now doesn't work properly as the Date() function returns a different format string.
Internet Explorer V6.x returns: 'Fri Dec 26 10:56:20 2008'
FireFox V3.x returns: 'Fri Dec 26 2008 10:54:23 GMT+0200 (South Africa Standard Time)'
Just so you know, this browser returns the following:-