I just need the calendar to start on Sunday instead of Monday... can't figure it out!
http://steeplecats.com/Schedule.aspx
I tried adding the "FirstDayOfWeek" property (like in the base .net component, to no avail:
<cms:CMSCalendar ID="calItems" runat="server" VisibleDate="06/01/2011" DayField="DocumentModifiedWhen" NextMonthText="Next Month >> " PrevMonthText=" << Previous Month" FirstDayOfWeek="Sunday">
<TitleStyle><Font Bold="True" Size="20"></Font>
</TitleStyle>
</cms:CMSCalendar>
Should I be doing that somewhere else? Anywhere in the code that I can make a change?
Seems like an easy one, but it's driving me nuts! please help :)
b.