jQuery('#text').epiclock();
// See rendering.js for the flip_clock object
jQuery('#text').epiclock({gmt: true, offset: {hours: -8}}, 'retro');
jQuery('#text').epiclock({mode: EC_COUNTDOWN, target: 'January 1, 2020 00:00:00'});
jQuery('#textFlip').epiclock({mode: EC_COUNTDOWN, target: 'January 1, 2020 00:00:00'}, 'retroCountdown');
jQuery('#text').epiclock({mode: EC_LOOP, format: 's {seconds remain}', offset: {seconds: 5}, onTimer: function(){
rolls.text((rolls.text()*1) + 1);
}});
Please visit: http://eric.garside.name/docs.html?p=epiclock
The current version of epiClock can be downloaded from Google Code
You can also checkout the subversion repository for epiClock with the following command:
svn checkout http://epiclock.googlecode.com/svn/trunk/ epiclock-read-only