Display the time in multiple timezones.
Demo: http://mikeeverhart.net/timeboard
- Clone this repository:
git clone git@github.com:plasticbrain/timeboard.git - Edit
config.php:- Change
define('HOME', 'http://domain.com/timeboard/')to the correct URL
- Change
- Make sure that
assets/cache/is writable- If your permissions are correct you should be able to
chmodto [no more than] 775 - If that doesn't work, and you're totally careless, then
chmod 777
- If your permissions are correct you should be able to
- Define your clocks in
clocks.xml(see below)
Prototype
<clock>
<location>Memphis</location>
<timezone>America/Chicago</timezone>
<showseconds>false</showseconds>
<showmeridiem>true</showmeridiem>
</clock>
<location>- The name of the location (this is the name that gets displayed)<timezone>- The timezone of the location according to http://php.net/manual/en/timezones.php<showseconds>- [true/false] show seconds?<showmeridiem>- [true/false] show AM/PM?
jQuery Clock (Modified)
Timeboard was inspired by a good friend and business associate
