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

FocusTime

configuration

Specifies a time that will be focused inside the popup when opened.

Default: null

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