Demo - Current Local Time

Code Required


    jQuery('#text').epiclock();
		

Demo - Current Time: Cupertino, CA

Code Required


    // See rendering.js for the flip_clock object
    jQuery('#text').epiclock({gmt: true, offset: {hours: -8}}, 'retro');
		

Demo - Countdown to 2020

Code Required


    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');
		

Demo

This timer has completed 0 times.

Code Required


    jQuery('#text').epiclock({mode: EC_LOOP, format: 's {seconds remain}', offset: {seconds: 5}, onTimer: function(){
        rolls.text((rolls.text()*1) + 1);
    }});
		

Plugin Documentation

Please visit: http://eric.garside.name/docs.html?p=epiclock

Current Downloads

The current version of epiClock can be downloaded from Google Code

Subversion

You can also checkout the subversion repository for epiClock with the following command:

			
   svn checkout http://epiclock.googlecode.com/svn/trunk/ epiclock-read-only