Set starting week starting day
Added by Sylvain Hamel over 11 years ago
How do you set the day on which the week starts ?
Replies (3)
RE: Set starting week starting day - Added by Mischa The Evil over 11 years ago
RE: Set starting week starting day - Added by Sylvain Hamel over 11 years ago
Thanks, that did it. I had overlooked this picklist.
RE: Set starting week starting day - Added by Andrzej Nowak almost 7 years ago
The calendar view is OK (after setting on administration UI), but the spent time report criteria for date which is named "last week" - it shows a week from Sunday to Saturday.
To change it - change file ..config/locales/lang/en.yml (or whatever language you have) from
general_first_day_of_week: '7'
to
general_first_day_of_week: '1'
according to #2884 (Thanks Mischa The Evil :)