Page 1 of 1

Month view display layout

Posted: 2015-03-06 16:25
by srecce
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

Re: Month view display layout

Posted: 2015-03-10 19:43
by Fred
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? ;)