Week Number in month View

How can I show week number in the month view?
May be I need to change the template, but don’t know how. Please help me out here.
Thanks in Advance!

Hi,

Yes, you can use one of these templates
https://docs.dhtmlx.com/scheduler/month_view_templates.html
and Date Format Specification to set the format according to your needs
https://docs.dhtmlx.com/scheduler/settings_format.html

%W - the ISO-8601 week number of the year. Weeks start on Monday;

Check example how it might be implemented https://snippet.dhtmlx.com/6413adb84

1 Like

I want to show the weeknumber in the first column, for every week in the month. How can I achieve that?