Blazor Date Range Picker Example
This sample demonstrates the day span functionality in the Blazor DateRangePicker component, where date range selection is restricted to a minimum of five days and a maximum of ten days.
The DateRangePicker provides the MinDays and MaxDays properties to enforce minimum and maximum day selection in the range.
This feature is practical for scenarios like hotel bookings where minimum and maximum stay requirements must be enforced.