如何格式化左栏中的时间?



在日和周视图的左列中,小时显示为"上午 12 点"到"晚上 11 点"等。

哪个选项用于设置此列的格式?我想要 24 小时格式。

你想要的选项是slotLabelFormat,例如:

slotLabelFormat: "HH:mm"

将生成 24 小时格式的时间。您可以使用 momentJS 支持的任何格式字符串。

有关更多详细信息,请参阅 https://fullcalendar.io/docs/agenda/slotLabelFormat/和 http://momentjs.com/docs/#/displaying/format/。

相关内容

  • 没有找到相关文章

最新更新