New to Kendo UI for jQuery? Download free 30-day trial

    Week Number Column

    The DatePicker provides options for rendering a column which displays the number of the weeks within the current Month view.

    To render the week number column set the weekNumber property to true.

    Open In Dojo
            <input id="datepicker" value="10/10/2011" />
            <script>
                   $("#datepicker").kendoDatePicker({
                        weekNumber: true,
                    });
            </script>