We have a requirement to remove comma(,) from week and day view headers i.e., Sun,12/17 to Sun 12/17 in kendo angular scheduler. Is there any possibility to achieve this.
1 Answer, 1 is accepted
0
Hetali
Telerik team
answered on 17 Dec 2021, 09:55 PM
Hello Shabana,
To remove the comma (,) from the Date Header of the Kendo UI Scheduler, use the DateHeaderTemplateDirective in the Day and Week View to define the custom template. For example:
<kendo-scheduler-day-view><ng-templatekendoSchedulerDateHeaderTemplatelet-date="date">{{ date | date: 'EE M/dd' }}</ng-template></kendo-scheduler-day-view>
In this StackBlitz example, I have removed the comma from the Date Header of the Kendo UI Scheduler Day and Week View.
I hope this helps. Please let me know if I can further assist you.
Regards,
Hetali
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.