weekNumber Boolean (default: false)

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

Example - enable the week of the year option

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