Changing the Timesheet Starting Day
The weekly timesheets can start on any day of the week. By default, the weekly timesheets start on Monday.
To change the timesheet starting day:
1 In the Web View Editor, click the timesheet view in the Project / View list.
2 Under Fields, click the last field before the fields that make up the actual timesheet. By default, this is the Weekly Total Hours field.
3 Click Attributes and then click the attribute value of the Html code after control attribute. This should take you to the end of the line of text, where you’ll see the START_MONDAY constant as the last argument to a function.
4 Change this to the new starting day. Use one of these constants:
START_MONDAY
START_TUESDAY
START_WEDNESDAY
START_THURSDAY
START_FRIDAY
START_SATURDAY
START_SUNDAY
Related Topics