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

Value

configuration

Specifies the selected date.

value

Date

Default: null

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