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

Min

configuration

Specifies the minimum date that which be entered in the input.

min

Date

Default: Date(1900, 0, 1)

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