jquery-date-range-picker
jquery-date-range-picker copied to clipboard
Selecting multiple days from an array of dates and making unselected dates grey
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?