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

Change from Date range to single date #464

Closed ghost closed 5 years ago

ghost commented 5 years ago

I am trying to make the date range change from a multi date to a singleDate based on a checkbox selection.

How would i go about this?

monovertex commented 5 years ago

I think the only way to achieve this would be to destroy the datepicker via the exposed destroy method and re-initialize it using the desired properties.

I'm closing the issue since I consider the question answered, but please continue the discussion here if you feel like the answere is not solving your issue.