5 Commits

Author SHA1 Message Date
20xd6
c7a0849ef5 Added a CSS file to allow proper formatting of the date and time line. 2020-04-11 13:15:37 -04:00
20xd6
6e85595081 Setup a proper dropdown for timezone selection.
Some cleanup of the code was done.
Some of the testing and debug code needs removal.
2020-04-09 23:36:55 -04:00
efrick
c63c654ead Added the ability to change the timezone of the clock.
Previously it was only posiable to use the browers default timezone.
To be done:
	Add more timezones to the list of possiable ones.
	Clean up the formating of the updating clock to match the php
		generated inishal date string.
2020-04-09 13:56:48 -04:00
efrick
a53376f57e Cleaned up both the PHP/HTML and JavaScript code.
Removed the orignal PHP date formating. The code now runs so that PHP
will inishilize a view on the page and JS will then update this.
The formating of the Timezone doesn't seem to be consistant acrossed
browsers. And JS doesn't format time with leading zeros for minutes or
seconds which is odd. This may be fixed in a further revision.
2020-03-31 22:15:41 -04:00
efrick
453a3c561f First commit.
A simple webclock written in PHP, HTML, and js. No CSS is provided.
2020-03-31 16:54:09 -04:00