Hey Guys ...
I think I was the last man on the earth using this calendar.
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
Month view display layout
Re: Month view display layout
Just change the following value from false to true on the page where you implemented the calendar
How hard can it be?
Code: Select all
$cal_rs_calendar->setMondayFirst(false);