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

Value

configuration

Specifies the selected date.

value

Date

Default: null

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        value: new Date(2012, 0, 1)
    });
</script>
Not finding the help you need?
Contact Support