traex / CalendarListview

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

Min / Max range or at least not same day allowed #39

Open jt-gilkeson opened 8 years ago

jt-gilkeson commented 8 years ago

It would be nice to be able to specify the minimum range for selection (e,g,. 2 days) as well as a maximum selection (e.g. 21 days). Or it would be nice to at least have a flag for whether same day should be allowed (i.e. don't allow a range of 1 - require at least two different days to be selected).