Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  23] [ 4]  / answers: 1 / hits: 19123  / 12 Years ago, thu, september 6, 2012, 12:00:00

I'm using FullCalendar plugin for jQuery in my project. In fullCalendar week view, I can see a row showing the date in following format:-



Sunday 9/6, Monday 9/7, Tuesday 9/8 so on...



Actually, I wish to reverse the position of month/day to day/month.



How shall I initialize the setting? Thanks!


More From » jquery

 Answers
8

You need to use the columnFormat option to customize this.



columnFormat: {
month: 'ddd',
week: 'ddd d/M',
day: 'dddd d/M'
}


Demonstrated in this fiddle. Let me know if this helps!


[#83218] Tuesday, September 4, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mari

Total Points: 305
Total Questions: 100
Total Answers: 98

Location: Somalia
Member since Mon, Feb 27, 2023
1 Year ago
;