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

DateInput

configuration

Specifies if the TimePicker will use DateInput for editing value

dateInput

Boolean

Default: false

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    dateInput: true
});
</script>
Not finding the help you need?
Contact Support