First day of week
FrankT - August 29, 2009 - 16:33
| Project: | Weekly Archive by Node Type |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Prometheus6 |
| Status: | closed |
Jump to:
Description
In the module sunday is hard coded to be the first day of the week. This is the standard in USA (as I know) but in Europe the standard first day of the week is monday. Drupal core provides a setting for the first day of the week under /admin/settings/date-time.
This setting must be used for creating weekly node listings, anything other is incorrect and inconvenient.
Thanks for the module anyway!

#1
It's actually the labels that are broke, not the assembly of the posts for the archive page.
#2
New version, 6.x-2.1, respects the beginning day of the week as set in /admin/settings/date-time.
If the first day of the week is set to Sunday, it will be used. Otherwise it will assume Monday as the first day of the week.
#3
Five days with no complaint