valueDate(default: null)

Specifies the selected date.

Example

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