
11-29-2011, 06:48 PM
|
|
|
Join Date: Jun 2011
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Mr_Running
Countdown to Christmas appears to be off by 24 hours ( 1 day )
How to fix?
Edit: This started as a Question but here is the Answer.
Find
Code:
dateFuture = new Date(2011,11,24,0,00,0); //set time
Change
Code:
dateFuture = new Date(2011,11,25,0,00,0); //set time
|
Thanks for that. I didn't even realize the timer was wrong, LOL!
|