Simple and smart countdown clock that uses time zone to sync the clock world wide.
Features
- Double skin(Knob+default) with fallback
- Timezone Support
- Easy to install
- Fully customizable
How to Use
$("#countdown_knob").countdown(
{
knob: false/true, //Use Knob
option:{
global:{option:value},//Knob Options for every circle
day:{option:value},//Particular option
hour:{option:value},//Particular option
minute:{option:value},//Particular option
second:{option:value}//Particular option
},
date:'mm/dd/yyyy hh:mm:ss',
format:true/false, //Add 0 before the number if single 01 02..
callback:function(){}//Function to eecute on countdown end
},
{
timezone:false/true,//Use timezone
offset: UTC_Offset //Check the UTC.txt text to find out your value
}
);