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

FIX: setMinDate/setMaxDate should update input only if not empty #160

Closed royzrj closed 9 years ago

royzrj commented 9 years ago

Functions setMinDate and setMaxDate now update the input field only if it is not empty; updating when empty could cause problems if input change() event is being used.

mugifly commented 9 years ago

:+1: