How to disabled dates before today in kendo date range with date input?
1 Answer, 1 is accepted
0
Martin Bechev
Telerik team
answered on 27 Feb 2024, 08:24 AM
Hi Tera,
The DateInput component cannot show specific dates in a calendar way. That is why I assume you are referring to the DatePicker component.
In order to achieve the desired outcome, use a function to disable the dates.
In the function, you can define which dates to be disabled (not only specific, single dates). For example, the following logic disables all dates before February 2024 and after February 2024 and some custom dates (such as 10-th February in this case):