Select Multiple Dates With MultiDatePicker
Daily Coding Tip 248
It’s possible to pick multiple dates with a MultiDatePicker.
The main challenge for displaying the selected dates is the fact that the data must be bound to a Set of DateComponents. A Set is a useful type of collection because it prevents the same value from being added twice, but it’s not so useful when you want to …


