I use Fullcalendar
component for VueJs
.
(我对VueJs
使用Fullcalendar
组件。)
I need to setup 24hours
format for all, for events and rows title.(我需要为所有事件和行标题设置24hours
格式。)
For events I found how to do that:
(对于事件,我发现了如何做到这一点:)
:eventTimeFormat="{
hour: '2-digit',
minute: '2-digit',
hour12: false
}"
But for row title I can't.
(但是对于行标题,我不能。)
Please give your advice.
(请提出您的建议。)
ask by Denys translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…