vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Add week number in title #285

Closed Retrovers closed 6 days ago

Retrovers commented 1 week ago

Hi, In the current version, is there a way to add the number of the week to the title? If not, is this addition planned?

Thank you for your incredible work

vkurko commented 6 days ago

The titleFormat option takes as a parameter an arbitrary function in which you can format the date yourself, for example, using a third-party library [1] that can format the week number of year.

Retrovers commented 6 days ago

Ok thanks you