From SeedCode Documentation

NinjaCal: StartWeekOnMonday

How can I get the week to start on Monday instead of Sunday?

You'll do this inside a calculation field in the NinjaCal table. Edit the field definition for “NinjaCal_Basic” and you’ll see that one of the first lines is:

// isMondayStart = 1 ; // uncomment me if starting grid on monday

Simply remove the two slashes at the beginning of that line to start the calendar’s week on Monday.

Do the same to the field “NinjaCal_Tripple” if you’re using the three month version of the calendar.

Retrieved from http://archive.seedcode.com/pmwiki/index.php?n=NinjaCal.StartWeekOnMonday
Page last modified on November 13, 2008, at 05:01 PM