Open GoogleCodeExporter opened 8 years ago
Fixed...
Change the following: line 51:
case 's':
digits[c].__max = (c % 2 == 0) ? 5: 9;
}
TO:
case 's':
digits[c].__max = (c % 2 == 0) ? 9: 5;
}
Original comment by aaronada...@gmail.com
on 27 Apr 2011 at 7:29
[deleted comment]
still not work
Original comment by cowboy...@gmail.com
on 29 Apr 2011 at 9:17
Have now added a feature to allow a Date object to be used for startTime and
fixed the format issues when you have "ddd:hh:mm:ss".
https://github.com/pfarmer/jquery-countdown
Original comment by pfar...@gmail.com
on 22 Sep 2011 at 12:23
Original issue reported on code.google.com by
aaronada...@gmail.com
on 27 Apr 2011 at 6:51