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

Min

configuration

Specifies the minimum date, which the calendar can show.

min

Date

Default: Date(1900, 0, 1)

<div id="calendar"></div>
<script>
    // set the min date to Jan 1st, 2011
    $("#calendar").kendoCalendar({
        min: new Date(2011, 0, 1)
    });
</script>
Not finding the help you need?
Contact Support