Short answer
Convert a date to a week number
Find the ISO week, weekday and week-year for any valid date.
Short answer
Dates use the unambiguous YYYY-MM-DD form before being classified under ISO 8601.
How it works
The algorithm anchors the date to its week’s Thursday to determine the correct week-year.