Page 1 of 1

Start on Thursday

PostPosted: Sat May 08, 2010 6:35 pm
by kaostika
Is there a way to get the calendar to start on Thursday or Friday

Oreste

PostPosted: Sun May 09, 2010 7:30 am
by John Sindelar
Yes, but it's a little more complicated than I'd like. You'll want to find all the places we're using the field "DateStartWeekOnMondayGlob" and change the offset so that instead of a 1 day (or -6 day) offset, you're now using a 4 day (or -3 day) offset. This changes the "start week on Monday" setting into "start week on Thursday".

You'd do this in the calcs and scripts below:

Fields:
CalendarRows::DateRangeStartAutoGlob
CalendarRows::WeekNumbersDisplayCalc
CalendarInterface::NinjaCal_basic
CalendarInterface::NinjaCal_triple
CalendarInterface::NinjaCal_year

Scripts:
Insert into Calendar { Column } -- line 29

Oreste, I imagine that's all you need. But if others are interested in this and the instructions above sound too complicated, we can certainly do this for you as a paid modification. Just get in touch for more details.

PostPosted: Mon Aug 30, 2010 12:55 am
by kaostika
Works!