Microsoft
Software
Hardware
Network
Question : JQuery CountDown
Hi there,
The following is the datetime field value stored in an SQLserver database in Brazil: 2010-08-26 21:46:42.380
I parsed it inside SQLserver, to be able to get the year, month, hour and minute.
Now I need to fill the "until" countdown parameter in the Jquery CountDown Javascript package... the link to it is below.
I did like below:
until: new Date(myYear, myMonth - 1, myHour, myMinute + 40), timezone: -3
because I want to give 40minutes, from the time stored, to the countdown timer.
The number that appears has NOTHING to do with 40minutes after the time stored. How should I understand/fix that?
Thanks!
Link:
http://keith-wood.name/cou
ntdownRef.
html#label
s
Answer : JQuery CountDown
Try :
until: new Date(myYear, myMonth - 1, myHour, myMinute + 40,
0
), timezone: -3
Random Solutions
how to use iscsi from backup exec with Dell TL2000
Documents Folder redirection on server 2008 R2 remote desktop services in SBS 2003 domain
How do I restore my Exchange 2003 Virtual Directory Settings back to Default
Microsoft Outlook 2007 is pulling duplicate emails from free hotmail live server - how can I prevent this, its driving me mad.
Should Sys Admins (Domain Admins) also have user accounts?
Access / how many users connected?
PL/SQL - how to dynamically retrieve next 5 years from sysdate
Downgrade office 2010 to office 2007
Access VBA - best way to get field value based on ID
How to convert non ansi outer join =* to ansi outer join