Microsoft
Software
Hardware
Network
Question : jquery Countdown
Hi there,
Could someone explain to me how the Date shown below works?
(This is a parameter in the Jquery CountDown Javascript package... the link to it is below.)
until: new Date(2012, 8 - 1, 8), timezone: +10
I mean: 2012 is the year, but what are the other numbers, and the dash?
Thanks!
fskilnik
Link:
http://keith-wood.name/cou
ntdownRef.
html#label
s
Answer : jquery Countdown
8-1 is a month
Months are 0 - 11, so it's august (8) but js need 7 (8-1)
and the other 8 is a day, so this date is 08-08-2012
Random Solutions
SID History/re-ACL'ing when moving to new AD forest
Trouble installing Panasonic Printer/Copier devices on SBS 2008
ASP.NET Error: The page was not displayed because the request entity is too large.
Popup details on mouse hover using Jquery
GPO Assign Application reinstall
How to re-write code using strings to Delphi 2010
What are some good guides on designing and building video games
Cisco ASA CSC setup
How can I uninstall a corrupt broadcom driver?
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix