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

Value

configuration

Specifies the selected value.

value

Date

Default: null

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