longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

minDays dinamic #472

Closed ipro-ollie closed 4 years ago

ipro-ollie commented 5 years ago

how minDays can be changed dynamically after everu new "datepicker-first-date-selected"?

monovertex commented 4 years ago

Please see the beforeShowDay option, which will allow you to dynamically determine the selectable days. Closing this, feel free to reopen if necessary or if this option does not satisfy your use case.