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

Value

configuration

Specifies the selected time.

value

Date

Default: null

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    value: new Date(2011, 0, 1, 10, 30)
});
</script>
Not finding the help you need?
Contact Support