smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

api : setEndDate and setStartDate BUG #714

Open rwx666888 opened 6 years ago

rwx666888 commented 6 years ago

image

step1: $('#datetimepicker').datetimepicker('setEndDate', '2012-01-01'); step2: $('#datetimepicker').datetimepicker('setEndDate', null); now ,it can not to unset the limit. This limit is still '2012-01-01' , because line:533 this.endDate = endDate || this.endDate ('2012-01-01')