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

Max

configuration

Specifies the end value in the popup list.

max

Date

Default: "00:00"

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