New to Kendo UI for Vue? Start a free 30-day trial

Date Limits

The DateRangePicker can limit the date range it displays between predefined min and max values, allowing the user to select dates only within that predefined range.

To define the start date of the range, use the min property. To define the end date of the range, use the max property. The min date value has to be lower than the max date value.

The following example demonstrates how to limit the values of the DateRangePicker to a certain date range.

Example
View Source
Change Theme:

In this article

Not finding the help you need?