tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Ability to change minDate, MaxDate or other datePicker options after initial creation #16

Closed seasoup closed 9 years ago

seasoup commented 9 years ago

I'm using the widget on a single page app that changes between different reports. We have different date ranges of data for different reports, and I can't find a way to change the minDate and maxDate after the calendar has been created. Alternatively, if there is a way to update datePicker options after the creation of the daterangepicker, please add documentation to the site that says how. Thanks, awesome widget.

op16 commented 9 years ago

Indeed, the widget ignores any options set after initial creation. This feature will be implemented first, in April.