weekNumber Boolean (default: false)

    If set to true a week of the year will be shown on the left side of the calendar. It is possible to define a template in order to customize what will be displayed.

    Example - enable the week of the year option

    Open In Dojo
    <div id="daterangepicker1"></div>
    <script>
        $("#daterangepicker1").kendoDateRangePicker({
            weekNumber: true
        });
    </script>
    In this article