My customer wants to display week numbers as they show up in his wall calendar:
- Week #1 starts on 1st January
- Last week of the year (#53 or #54) ends on 31st December
- All other weeks start on Monday and end on Sunday
(As a consequence, first and last weeks do not necessarily have 7 days.)
Does this week number algorithm have a name?
Clarification: I already have PHP code to calculate it, I'm just curious about whether this way of identifying weeks has a commonly accepted name.