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

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

fullcalendar - Showing week number in title bar

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...