You can set the template for the month slot:
<kendo-scheduler-month-view> <ng-template kendoSchedulerMonthDaySlotTemplate let-date="date"> <strong>{{ date | date : "dd/MM" }}</strong> </ng-template> </kendo-scheduler-month-view>
Example