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

In Single mode can't select max date #69

Open aserheniuk opened 5 years ago

aserheniuk commented 5 years ago

In Single mode I can't select last date, because while creating calendar picker max date is less on 1 millisecond due to running this code maxCal.add(MILLISECOND, -1); So if we click on max date clicked date will be bigger than max date on 1 millisecond and conditions if (betweenDates(clickedDate, minCal, maxCal) return false