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 …
Keep reading with a 7-day free trial
Subscribe to Type Safely to keep reading this post and get 7 days of free access to the full post archives.

