Not display the countdown on my iPad
phantanvietpk opened this issue · 5 comments
phantanvietpk commented
Hi,
I have used it, but it does not display the countdown on my iPad.
It is the issues?
Thank you
mckamey commented
You'll need a lot more detail to get help. Does the demo work? Do the unit tests work? Is this in Safari? What version of iOS are you running?
http://countdownjs.org/demo.html
http://countdownjs.org/test/unit.html
phantanvietpk commented
Yes,
My demo work: http://24hstore-new.cnv.vn/. Is this in Safari IOS 10.3.2
Thank you
mckamey commented
Not your demo, but my demo. Do both of these links work?
http://countdownjs.org/demo.html
http://countdownjs.org/test/unit.html
mckamey commented
new Date('2017-12-12 05:00:00') is not supported by all browsers. Either specify milliseconds since epoch for a specific instance in time or specify each as a separate integer (remember that months are zero based, and leading zeros make it octal so drop them):
new Date(2017, 11, 12, 5, 0, 0)
Dervisevic commented
Yeah, shortly after I realized that safari had issues with this format and I deleted the comment.
Cheers for the clarification!
On Tue, Nov 21, 2017 at 5:42pm, Stephen McKamey < notifications@github.com [notifications@github.com] > wrote:
new Date('2017-12-12 05:00:00') is not supported by all browsers. Either specify milliseconds since epoch for a specific instance in time or specify each as a separate integer (remember that months are zero based, and leading zeros make it octal so drop them):
new Date(2017, 11, 12, 5, 0, 0)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [#20 (comment)] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AAhDI6KDffuyoYLtzQeTg1n2mTUYOYWFks5s4v18gaJpZM4OYFeb] .