mugifly / jquery-simple-datetimepicker

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

Fixed setMinDate/setMaxDate bug when handling chosen date #159

Closed royzrj closed 8 years ago

royzrj commented 8 years ago

Parsing the input date is wrong because it depends on locale, should use getPickedDate.

mugifly commented 8 years ago

Thank you! :+1: