Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Actually, the same can be reproduced on demo page:
http://electronicholas.com/calendar?style=red&format=american
select "Popup Calendars" tab, enter "01/09/201" into first input field (No
Time) and
click on calendar image.
Original comment by Ros...@gmail.com
on 18 Jan 2010 at 1:54
workaround:
replace line #338
if (isNaN(this.date)) this.date = new Date();
with this one:
if (isNaN(this.date)||this.date<0) this.date = new Date();
Original comment by Ros...@gmail.com
on 29 Jan 2010 at 1:28
Original issue reported on code.google.com by
Ros...@gmail.com
on 18 Jan 2010 at 1:30