Date Limits
The DatePicker can display a date range between predefined min and max values, allowing the user to pick a date only from that range.
To enable the user to select a date range, use the Kendo UI for Vue DateRangePicker component.
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 value of the DatePicker to a certain date range.