You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user use endtime option with date larger than 1 month, your count down showing wrong count.
For example now is Nov 11 2014, set and countdown with this option
$("#cd").countdown({
format: "dd:hh:mm:ss",
endTime: new Date('12/20/2014 07:00:00')
});
will return count with 01 day, instead of 32 day
The text was updated successfully, but these errors were encountered:
When user use endtime option with date larger than 1 month, your count down showing wrong count.
For example now is Nov 11 2014, set and countdown with this option
$("#cd").countdown({
format: "dd:hh:mm:ss",
endTime: new Date('12/20/2014 07:00:00')
});
will return count with 01 day, instead of 32 day
The text was updated successfully, but these errors were encountered: