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="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    min: new Date(2011, 0, 1, 8, 0, 0)
});
</script>
Not finding the help you need?
Contact Support