🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

DownCount is a small countdown clock plugin for jQuery that counts down to a specified date time with support for timezone offset setting.

countdown timer

Documentation

DownCount

jQuery countdown plugin that accounts for timezone.

#Usage

$('.countdown').downCount({     date: '08/27/2013 12:00:00',     offset: +1 }

#Options Option | Description ---|--- date | Target date, ex 08/27/2013 12:00:00 offset | UTC Timezone offset (default +1 - Europe)

UTC Zones: http://en.wikipedia.org/wiki/List_of_UTC_time_offsets#/media/File:World_Time_Zones_Map.png

You can also append a callback function which is called when countdown finishes.


You May Also Like