Month view display layout

srecce
Posts: 1
Joined: 2015-03-06 16:22

Month view display layout

Post by srecce » 2015-03-06 16:25

Hey Guys ...

I think I was the last man on the earth using this calendar. :D

Anybody knows if Is it possible to switch the calendar on month view to go Sunday through Saturday instead of Monday through Sunday?

How hard it will be?

Thank you in advance

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Month view display layout

Post by Fred » 2015-03-10 19:43

Just change the following value from false to true on the page where you implemented the calendar

Code: Select all

 $cal_rs_calendar->setMondayFirst(false);
How hard can it be? ;)

Post Reply