Jump to content

Countdown not working


Adam_Duski

Recommended Posts

Hey Guys ! i'm not sure if i posted my topic in the right side 
anyway ..

i have a countdown.js file everything is OK  , but the big problem is the countdown not working at all ,( Days , Hours ,Min , Sec) all of this keeps in zero

but the count UP work normal  :o 

this is the source code : 

http://jsfiddle.net/NdfPR/2/

 

in line 29 and 30 

until: new Date(2014, 4 - 1, 4, 0, 0, 0), 
since: null,

nothing happen with this code but if i changed to this 

until: null,
since:  new Date(2014, 4 - 1, 4, 0, 0, 0), 

the count up will work and i don't count up  ,, 

this js file is linked to my template so if there's anything to solve this problem ,, 

i'm here if i forget anything to  :happy-04:

 

 

Link to comment
https://forums.phpfreaks.com/topic/286089-countdown-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.