Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

api : setEndDate and setStartDate BUG #714

Open
rwx666888 opened this issue Feb 12, 2018 · 0 comments
Open

api : setEndDate and setStartDate BUG #714

rwx666888 opened this issue Feb 12, 2018 · 0 comments

Comments

@rwx666888
Copy link

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')

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant