value Date(default: null)

Specifies the selected time.

Example

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    value: new Date(2011, 0, 1, 10, 30)
});
</script>
In this article