CalculationTime

ISO and local weeks

Week Number Calculator

See the ISO week number and compare it with simpler Sunday-start and Monday-start week counts.

Inputs

Week Number Calculator

Answer

ISO week 39 of 2026

  • Sunday-start week39
  • Monday-start week39
  • Selected date2026-09-23
ISO week 39 of 2026

Use it in code

Run the current answer locally

# Week Number Calculator
print("ISO week 39 of 2026")

The snippets print the same headline answer shown above for the current inputs.

Print Room

One-page worksheet

Week Number Calculator worksheet

Answer: ISO week 39 of 2026

Sunday-start week39
Monday-start week39
Selected date2026-09-23

Check the input convention, write any policy exceptions below, then attach this sheet to the calendar, roster, invoice or planning note it supports.

Method

How this page earns its URL

Search intent: Best answer for “what week number is this date?” when ISO and local systems may differ.

Nearest sibling: This page earns its place by explaining week-year boundary cases instead of only formatting a date.

Worked check: 2026-09-23 is ISO week 39; 2027-01-01 belongs to ISO week 53 of 2026.

ISO weeks are not calendar-month labels. Week 1 is the week with the first Thursday of the ISO week-year, and weeks start on Monday. That means the first days of January can belong to the previous ISO week-year, while the last days of December can belong to the next one.

The comparison rows are included because not every workplace uses ISO. Some calendars count weeks from Sunday, some from Monday, and many planning systems simply label the first partial week as week 1. Seeing all three avoids silent mismatches.

Good date and time tools need to be explicit about what is being counted. Two people can ask the same words and mean different things: elapsed days, calendar cells touched, working days, overnight clock span, ISO week, local civil time or payroll hours. This page names that intent before it shows the number. That is why sibling calculators stay separate when the question is meaningfully different and why redirect recommendations are called out when two slugs collapse to the same job. The other trust boundary is local time. A browser can format IANA time zones with Intl, but holidays, employment rules, rosters, school calendars and payroll policies are human systems. The calculator gives a transparent arithmetic core, visible assumptions, code snippets and a printable worksheet so a user can compare the result with the official calendar, award, contract or schedule that governs their real situation.

The practical way to audit this calculation is to write down the inputs in the same units the page uses, do the smallest possible independent count, and then compare that count with the displayed result. For date pages that means checking the first day, last day, inclusion rule and whether the count is elapsed or inclusive. For clock pages it means converting each clock time to minutes from midnight, doing the subtraction, and only then converting back to hours and minutes. For week-number and world-clock pages it means checking the governing convention: ISO Monday weeks for ISO labels, IANA zone names for civil time, and a single instant shared across every displayed city. The worksheet is deliberately written like an audit slip because date and time errors are often off-by-one errors that only become obvious when the convention is visible.

The visual is part of that audit, not decoration. A span that crosses midnight should look different from a same-day span. A counted date range should show the start and landing points rather than merely printing a number. A week-number page should remind the user that weeks are a grid over a year, not a property of a single month. A time-card page should show daily bars because one long day and five moderate days can produce the same weekly total while meaning different things operationally. The Playwright check changes an input and asserts the SVG geometry changes so the drawing cannot silently drift into a static illustration.

The code panel is intentionally small. It does not try to replace a full calendar library or a payroll system. It prints the headline result for the current inputs using standard Python or JavaScript so a reviewer can reproduce the number outside the page. That is useful for classrooms, blog posts, job notes, invoices and internal QA because the copied report, printable sheet and code snippet all describe the same current calculation. When this page says a sibling should be reviewed for redirect, that is also a product-quality claim: CalculationTime should keep pages when they answer meaningfully different jobs, and collapse pages when the only difference is wording around the same engine.

FAQ

Questions people ask about week number calculator

What is an ISO week?

An ISO week starts Monday, and week 1 is the week containing the first Thursday of the ISO week-year.

Can the ISO week-year differ from the calendar year?

Yes. Early January can belong to the previous ISO week-year, and late December can belong to the next one.

Why show Sunday-start and Monday-start numbers too?

Many workplaces and calendars use simpler local week counts, so the comparison prevents convention mistakes.

Is ISO week 1 always January 1?

No. January 1 can fall in the final ISO week of the previous year.

Why can a year have week 53?

Some ISO week-years contain 53 Mondays-to-Sundays because of how the first-Thursday rule aligns with leap years and weekdays.

Should I use ISO week numbers for payroll?

Only if your payroll or reporting system says it uses ISO weeks. Otherwise match the local convention it names.

Sources

References checked for this date and time model

Questions people ask

Week Number Calculator: frequently asked questions

What is an ISO week?

An ISO week starts Monday, and week 1 is the week containing the first Thursday of the ISO week-year.

Can the ISO week-year differ from the calendar year?

Yes. Early January can belong to the previous ISO week-year, and late December can belong to the next one.

Why show Sunday-start and Monday-start numbers too?

Many workplaces and calendars use simpler local week counts, so the comparison prevents convention mistakes.

Is ISO week 1 always January 1?

No. January 1 can fall in the final ISO week of the previous year.

Why can a year have week 53?

Some ISO week-years contain 53 Mondays-to-Sundays because of how the first-Thursday rule aligns with leap years and weekdays.

Should I use ISO week numbers for payroll?

Only if your payroll or reporting system says it uses ISO weeks. Otherwise match the local convention it names.

Certification notes

Source, method and limitation basis

Phase 6 Date & Time tranche page with live inputs, diagram, code snippets, report copy and worksheet. Reviewed 2026-09-23.

Model limits

This calculator is an arithmetic planning tool. Official payroll, legal, travel, school and holiday calendars may apply additional rules.

Assumptions

  • Dates are interpreted as calendar dates, not hidden server-local timestamps.
  • Holiday lists are user supplied where jurisdiction matters.
  • World-clock formatting uses IANA time-zone names through Intl.

Cite this page

Use the canonical URL, the page title “Week Number Calculator - CalculationTime”, and the review date 2026-09-23.