Guys this is easy to do, if you locate the Event Area XSLT found in Developer > XSLT. Towards the bottom of this file you are looking for a section that begins with <table class="sm_calendar"> and the 7 days of the week immediately after it, Sunday should be the first day of the week in this list, simply copy and paste it so it is at the end.
Changing the headings for the calendar table won't actually do anything except offset the dates by one day. It will say that the 26th of February is a monday for instance...
Dan, many thanks for pointing this out, i made the change as indicated above and didnt think of checking to make sure that the dates corresponded to the correct day of the week. I've had this running for 2 months, thankfully no clients reporting it :-)
How do I change the startday of the calendar from sunday to monday
Hi
I've tried to look at CalendarWeek and CalendarDay, but I can't figure it out....
Do anyone have a solution?
Hi Peter I am also looking for this solution, did you ever figure it out?
No :o(
Guys this is easy to do, if you locate the Event Area XSLT found in Developer > XSLT. Towards the bottom of this file you are looking for a section that begins with <table class="sm_calendar"> and the 7 days of the week immediately after it, Sunday should be the first day of the week in this list, simply copy and paste it so it is at the end.
Changing the headings for the calendar table won't actually do anything except offset the dates by one day.
It will say that the 26th of February is a monday for instance...
I'm also looking for a way to change this.
Dan, many thanks for pointing this out, i made the change as indicated above and didnt think of checking to make sure that the dates corresponded to the correct day of the week. I've had this running for 2 months, thankfully no clients reporting it :-)
Glad to be of help :)
Unfortunately I can't change it though, but I'll give it one more try today or later in the week.
Bump! I have problems with this too! Please Help us out Dan Drayne
Any update on this one?
-A-
Hi!
I've figured this out. If you want to set Monday as first day in table you have to do two things:
In eventArea.xslt file change FirstDayInWeekForMonth variable:
In the same file change sequence of calendar table headers (I used polish names of days in the example):
is working on a reply...