New to Kendo UI for jQuery? Start 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="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        format: "yyyy/MM/dd"
    });
</script>
Not finding the help you need?
Contact Support