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

Value

configuration

Specifies the selected date.

value

Date

Default: null

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