I need to swap header title, by default "Month" goes first and "Day" goes second.
(我需要交换标题,默认情况下,“月”排在第一位,“天”排在第二位。)
(我需要另一种方式。)
I use this prop:
(我用这个道具:)
:titleFormat="{ day: '2-digit', month: 'long' }"
But "Month" goes first anyway.
(但是无论如何,“月”排在第一位。)
(我在这里找到了解决方案: https : //github.com/fullcalendar/fullcalendar/issues/3443,但是如何针对VueJS方式进行调整?)
Thank you in advance.
(先感谢您。)
2.1m questions
2.1m answers
60 comments
57.0k users