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

Format

configuration

Specifies the format, which is used to parse value set with value() method.

format

String

Default: "M/d/yyyy"

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        format: "yyyy/MM/dd"
    });
</script>
Not finding the help you need?
Contact Support