
March 9th, 2013, 10:16 AM
|
|
Contributing User
|
|
Join Date: Feb 2004
Posts: 202
Time spent in forums: 23 h 26 m 46 sec
Reputation Power: 10
|
|
After some testing, it looks like I can do this:
Code:
$(SELECTOR).countdown({
until: new Date(2013, 3-1, 9+1, 7, 24, 49),
format: 'HMS',
compact: true
});
I was concerned that I couldn't just add "+1" to the day field. But I tested with adding a day to 12/31 and it still worked. Is this correct?
Thank you again.
|