New to Kendo UI for jQueryStart a free 30-day trial

Max

configuration

Specifies the maximum date, which the calendar can show.

max

Date

Default: Date(2099, 11, 31)

<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
    max: new Date() // sets max date to today's date
});
</script>
Not finding the help you need?
Contact Support