Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Is it possible to show the week number in fc-toolbar-title? The default title shows "25 – 30 jan. 2021" and I would like to add " - Week 4" or dynamically the value set by the parameters weekNumbers and weekText.

The following shows "maandag 25 – zaterdag 30 januari 2021", so the week number is still missing:

titleFormat: {
   month: 'long',
   year: 'numeric',
   day: 'numeric',
   weekday: 'long',
   week: 'short'
 }

https://fullcalendar.io/docs/date-formatting

question from:https://stackoverflow.com/questions/65933701/showing-week-number-in-title-bar

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Found the reason why in the documentation: "This flag ('week') cannot be combined with any other flags!". But why?!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...