Start week day on calendar
— at Version 7
I thinks this is an issue of internationalization.
The calendar widget starts the week on Sunday but in some countries (Spain for example) the week starts on Monday. On the other hand I haven't seen any way to change the date display format on the admin application, it displays 2005-12-14 instead of 14-12-2005 or 14/12/2005 which would be the default locale for Spain.
Change History
(7)
milestone: |
→ Version 0.92
|
Severity: |
normal → major
|
Type: |
enhancement → defect
|
milestone: |
Version 0.92
|
Severity: |
major → normal
|
priority: |
normal → lowest
|
Severity: |
normal → minor
|
Triage Stage: |
Unreviewed → Design decision needed
|
Component: |
Admin interface → HTTP handling
|
Keywords: |
SUNDAY added
|
Needs documentation: |
set
|
Patch needs improvement: |
set
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Triage Stage: |
Design decision needed → Accepted
|
Component: |
HTTP handling → Admin interface
|
Description: |
modified (diff)
|
Keywords: |
SUNDAY removed
|
Needs documentation: |
unset
|
Patch needs improvement: |
unset
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
This is more a problem of localization than internationalization, but could be fixed easily by adding a WEEK_STARTS_MONDAY switch to the config and to use that in the calendar code (by passing it from the view function to the javascript that draws the calendar).