• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Day Span in ASP.NET MVC DateRangePicker Control

In this sample, your date range selection is restricted to select minimum four days and maximum ten days.

DEMO
SOURCE

DateRangePicker has minDays and maxDays supports to force the user to select the minimum and maximum number of days in the range. Only the values in this range will be enabled.

For example, in some hotel booking website, we need to book rooms that includes packages like minimum 3 days to maximum 4 days. For this scenario this feature can be used.

More information on the DateRangePicker minDays/maxDays support can be found in the documentation section.