weekNumber Boolean (default: false)

If set to true a week of the year will be shown on the left side of the multiViewCalendar.

Example - enable the week of the year option

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        weekNumber: true
    });
</script>
In this article