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!
Comments
Comment #1
Prometheus6 commentedIt's actually the labels that are broke, not the assembly of the posts for the archive page.
Comment #2
Prometheus6 commentedNew 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.
Comment #3
Prometheus6 commentedFive days with no complaint