Example of Date Range in ASP.NET MVC DatePicker Control
Date Range sample illustrates the date selection within the specific range in a calendar by using min and max properties.
Here, the date selection range was restricted
within a range from 5th to 27th days in a month.
DEMO
SOURCE
Date Range sample illustrates the date selection within the specific range in a calendar by using min and max properties. Here, the date selection range was restricted within a range from 5th to 27th days in a month.
More information on the date range configuration can be found in the documentation sectionopens in a new tab.