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
ESX(i) Virtual Servers Do Not Power Back On After Power Outage
C++ uninitialized local variable
pcanywhere - stopped working symantec version 11.5
Run the first php script in background - When done - run the next script ...
SQL in C# code .. Reading Output Parameters.
activesync error 0x85010004
importing a date field from oracle into MSSQL
Outlook 2003 - remove mail on server after copied to OST
delete orphaned offline files
Airport Code with reverse geo coding with google maps api