traex / CalendarListview

Implementation of a calendar in a ListView. One month by row
MIT License
1.48k stars 439 forks source link

SelectedDays Last can be before First #38

Open jt-gilkeson opened 8 years ago

jt-gilkeson commented 8 years ago

If you select the last day, then select the first day when you get the range of selected days it reports the last day in the range as the first and the first day in the range as the last. It should probably have logic to return the chronological first and chronological last.