Fix Date IOS
This commit is contained in:
parent
b030a4f921
commit
7268f2eb96
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ if (!Date.now) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function count_down(label) {
|
function count_down(label) {
|
||||||
var end_time = new Date(label.attr('data-secs'));
|
var end_time = new Date(label.attr('data-secs').replace(' ', 'T'));
|
||||||
|
|
||||||
function format(num) {
|
function format(num) {
|
||||||
var s = "0" + num;
|
var s = "0" + num;
|
||||||
|
|
Loading…
Reference in a new issue