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

Min

configuration

Specifies the start value in the popup list.

min

Date

Default: "00:00"

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    min: new Date(2000, 0, 1, 8, 0, 0) //date part is ignored
});
</script>
Not finding the help you need?
Contact Support