savvisingh / DateRangePicker

Date Range Picker is a Calendar Picker View to show a Customized Date Range Picker with improved UI and functionality to add subtitles to the dates
Apache License 2.0
784 stars 160 forks source link

Selecting Date Range to the DatePicker from Dates in ArrayList #49

Closed juzimmer closed 5 years ago

juzimmer commented 5 years ago

Currently I'm trying to SET a range of already saved dates to the DateRangePicker View upon the View becoming visible. I do see the selectDate(date) function but It is only working for 1 date at a time. I tried selecting the dates via for loop but it just selects the last date in my array list.

alashow commented 5 years ago

I think you can call init function with withSelectedDates(savedDates).