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

Not possible to set minDate or maxDate #131

Closed ghost closed 9 years ago

ghost commented 10 years ago

Hello,

With the following fiddle : http://jsfiddle.net/3SNEq/2/, the datetime picker is well set for the minDate or MaxDate when setting up these datas directly in the appendDtpicker() method.

But by using handleDtpicker() method, i have this error : Uncaught TypeError: Cannot read property 'apply' of undefined

Is there any solution to set a min or a max date ?

Thanks

royzrj commented 9 years ago

This issue is fixed on master branch, and this issue is the same as #140 and #144