This is a migrated thread and some comments may be shown as answers.

need to change the header format in week view

2 Answers 87 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 04 Apr 2019, 08:35 AM

Hello,

I need to change the header format in week view

I found that is hardcoded, but it diffrent for localizations

DATA_HEADER_TEMPLATE = kendo.template('<span class=\'k-link k-nav-day\'>#=kendo.toString(date, \'ddd M/dd\')#</span>')

nobody understand that first digit is it a month

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 05 Apr 2019, 03:22 PM
Hello Konstantin,

Try the following dateHeaderTemplate:
kendo.template("<span class=\'k-link k-nav-day\'>#=kendo.toString(date, \'ddd dd MMMM\')#</span>")

Dojo example.


Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Konstantin
Top achievements
Rank 1
answered on 08 Apr 2019, 04:38 AM
Thanks
Tags
Scheduler
Asked by
Konstantin
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Konstantin
Top achievements
Rank 1
Share this question
or