jquery-date-range-picker icon indicating copy to clipboard operation
jquery-date-range-picker copied to clipboard

Selecting multiple days from an array of dates and making unselected dates grey

Open JonTryggvi opened this issue 7 years ago • 0 comments
trafficstars

Im working on a project and I have been using this great picker! Awesome work! I'd really like to be able to not only set the range between two dates. Im' currently using $('#el').data('dateRangePicker').setStart(firstDate).setEnd(endDate);

Id love to be able to do something like this: $('#el').data('dateRangePicker').setStart(firstDate).setEnd(endDate).setActiveDates(arrOfDates); is this possible in any way?

JonTryggvi avatar Jan 13 '18 10:01 JonTryggvi