fc-time在事件中没有完全显示'am'或'pm' - 缺少最终字符

时间:2016-06-01 19:11:07

标签: php css fullcalendar

我的FullCalendar无法显示全部时间,包括“上午”或“下午”位。

它正在切断最后一个字符,例如,fc-time显示为: “9:45a”而不是“9:45 am”,或“10:24p”而不是“10.24pm”。

我需要更改哪些内容才能显示fc-time项目的最终字符?

提前致谢。

1 个答案:

答案 0 :(得分:0)

默认情况下,FullCalendar以9:45a,12a格式显示定时事件这实际上不是问题

查看fullcalendar的此演示 这个example

events:[
{title:'Event1',start:new Date(2016,05,02),end:new Date(2016,05,04),color:'green'},
{title:'Event12',start:new Date(2016,05,02),end:new Date(2016,05,04),color:'red'},
{title:'Event13',start:new Date(2016,05,02),end:new Date(2016,05,04)}
]