Feature #4363
closedChange the calendar pop-up to start on Monday to tie up with ISO week numbers
100%
Description
The time reports allow you to group items by week number. ISO week numbers run Monday-Sunday. The calendar pop-up displays Sunday-Saturday which isn't as useful when trying to pick dates to show a report for a specific set of weeks.
Please can the calendar pop-up be changed to show weeks beginning on a Monday to avoid confusion as to what 'redmine' weeks are.
Currently running Redmine-0.8.7
Updated by Jean-Philippe Lang almost 15 years ago
- Category changed from Time tracking to UI
Updated by Eric Davis almost 15 years ago
- Status changed from New to 7
- Assignee set to Eric Davis
- Target version set to 0.9.0
I have a small patch from a customer that adds a system-wide setting to pick what day calendars should start on:
- Based on language (default) (current behavior)
- Sunday (US-like)
- Monday (EU-like)
Updated by Anonymous almost 15 years ago
That sounds great. However, if the start day was Sunday, would that affect how week numbers were generated in time reports too?
Updated by Eric Davis almost 15 years ago
- Status changed from 7 to Closed
- % Done changed from 0 to 100
- Resolution set to Fixed
Added a setting to change the start of the week for the calendars (popup calendar and the issues calendar). The three options are: Language (default), Sunday, and Monday.
Russell Hind wrote:
That sounds great. However, if the start day was Sunday, would that affect how week numbers were generated in time reports too?
Ruby on Rails (which Redmine is built on) uses Monday as the start of the week and Sunday as the end of the week. So Redmine will use Monday through Sunday when it is calculating week numbers.