valueDate(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
value
Not finding the help you need?
Contact Support