可以在fc-toolbar-title中显示周数吗?默认标题显示"25 - 30 jan. 2021“,我想添加”- Week 4“或动态添加由参数weekNumbers和weekText设置的值。
下面显示的是"maandag 25 - zaterdag 30 januari 2021",因此仍然缺少周数:
titleFormat: {
month: 'long',
year: 'numeric',
day: 'numeric',
weekday: 'long',
week: 'short'
}发布于 2021-01-28 18:32:34
在文档中找到了原因:“此标志('week')不能与任何其他标志组合!”但是为什么呢?!
https://stackoverflow.com/questions/65933701
复制相似问题