valueDate(default: null)

Specifies the selected value.

Example

<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    value: new Date(2011, 0, 1)
});
</script>
In this article
value
Not finding the help you need?
Contact Support