weekNumberBoolean(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
<input id="datepicker1" /> <script> $("#datepicker1").kendoDatePicker({ weekNumber: true }); </script> In this article