Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
426 views
in Technique[技术] by (71.8m points)

javascript - (Fullcalendar 4 VueJs)交换标题titleFormat月和日((Fullcalendar 4 VueJs) Swap header titleFormat Month and Day)

I need to swap header title, by default "Month" goes first and "Day" goes second.

(我需要交换标题,默认情况下,“月”排在第一位,“天”排在第二位。)

I need the other way around.

(我需要另一种方式。)

I use this prop:

(我用这个道具:)

 :titleFormat="{ day: '2-digit', month: 'long' }"

But "Month" goes first anyway.

(但是无论如何,“月”排在第一位。)

I found a solution here: https://github.com/fullcalendar/fullcalendar/issues/3443 but how to adjust this for VueJS way?

(我在这里找到了解决方案: https : //github.com/fullcalendar/fullcalendar/issues/3443,但是如何针对VueJS方式进行调整?)

Thank you in advance.

(先感谢您。)

  ask by Denys translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...