gpt4 book ai didi

javascript - fullCalendar 中周 View 的自定义 titleFormat

转载 作者:行者123 更新时间:2023-11-30 09:42:32 24 4
gpt4 key购买 nike

我正在尝试将 fullCalendar 从 1.6 升级到 3.0

以前我的 titleFormat 是:

titleFormat: {
month: "MMMM yyyy",
week: "'Week from 'd [MMMM] { 'to' d MMMM yyyy}",
day: "dddd d MMMM yyyy"
},

现在我使用 titleFormat documentation 中描述的 View 特定选项:

    views: {
month: {
titleFormat: "MMMM YYYY",
},
week: {
columnFormat: "dddd d",
},
day: {
titleFormat: "dddd d MMMM YYYY",
columnFormat: "dddd d",
}
},

但我无法在一周内重现相同的文本。实际上,根据 formatRange 文档:

FullCalendar will intelligently use it to format both dates with a dash in between.

我错过了什么吗?

最佳答案

我在 github 上得到了答案

possible with the momentjs literal text formatting (with the [ ] commands) as well as the undocumented titleRangeSeparator setting:

views: {
week: {
titleFormat: '[Week from] D MMMM YYYY',
titleRangeSeparator: ' to ',
}
},

http://jsbin.com/nuruxizuli/1/edit?js,output

关于javascript - fullCalendar 中周 View 的自定义 titleFormat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40490653/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com