$> Kaya
~/tools/date-to-week-numberinteractive
/tools/date-to-week-number

Date To Week Number Calculator

Use this date to week number calculator to convert any date into its ISO week number. It also shows the ISO week year and weekday for the selected date.

~/tools/date-to-week-numberdate +%V
ISO week number
18
ISO week year
2026
weekday
Saturday
~/tools/date-to-week-number/examplesusage.txt

Example Usage

  • Check whether a date falls in ISO week 1, week 26, or week 52.
  • See if a late-December date belongs to the next ISO week year.
  • Use the weekday output when organizing weekly reporting or sprint cycles.
~/tools/date-to-week-number/guideREADME.md

Date To Week Number Explained

A date to week number calculator converts a calendar date into its ISO week number, which is commonly used in reporting, planning, logistics, and sprint scheduling. ISO weeks follow a specific standard, and week numbering near the start or end of a year can be confusing because some dates belong to the previous or next ISO week year. This tool handles that logic for you by returning both the week number and the ISO week year, along with the weekday of the selected date. That makes it useful when your workflow is organized around weekly buckets rather than raw calendar dates.

~/tools/date-to-week-number/faq3 items

FAQ

What is an ISO week number?

It is a standardized week index used internationally for reporting and scheduling, where weeks begin on Monday.

Why can the ISO week year differ from the calendar year?

Because dates near New Year can belong to the first or last ISO week of a neighboring year.

Does the tool show the weekday too?

Yes. It returns the weekday alongside the ISO week number and week year.

~/tools/date-to-week-number/related5 links
~/tools/date-to-week-number/linksinternal