lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 61 forks source link

Added date range selection capability #54

Closed Tarekka closed 3 years ago

Tarekka commented 4 years ago

Users can now enable range selection on the calendar, which allows them to select a range of days instead of one day only, by selecting a start date followed by an end date. All days in between (and including) those days will be marked selected. This can be useful for booking applications where users are required to select a start and end day, without needing to open two separate calendars for each day.

To enable, set RangeSelectionEnabled to True in your calendar control, and optionally, set the RangeSelectionStartDate and RangeSelectionEndDate properties.

Simulator Screen Shot - iPhone 11 - 2020-08-26 at 23 02 05

antonioseric commented 3 years ago

@Tarekka thank you for your PR we ware fixing bug around your feature. Soon it will be version with range selection dates.