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

Min

configuration

Specifies the minimum date that the calendar can show.

min

Date

Default: Date(1900, 0, 1)

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