mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
259 stars 181 forks source link

JS errrors when selecting a time #114

Closed jhiver closed 10 years ago

jhiver commented 10 years ago

Very easy to reproduce, go to the demo page:

http://mugifly.github.io/jquery-simple-datetimepicker/jquery.simple-dtpicker.html

Open a javascript console, and click on a time.

Browser (Chrome) yields "Uncaught TypeError: Cannot call method 'getFullYear' of undefined". Same problem in FF, haven't tested others.

Kindly advise.

mugifly commented 10 years ago

Thanks for your report.

mustbebuilt commented 10 years ago

Removed the console.log("onClick") on line 1161 and then this fix worked for me. Thank you.