How to use this developer tool
- Paste or type a value in the input area.
- Choose the conversion option when one is available.
- Select Convert ISO Week Date or press Ctrl/Cmd + Enter.
- Review the interpretation and copy or download the result.
Convert Gregorian calendar dates to ISO week dates and reverse ISO week notation back to a calendar day. ISO weeks start on Monday, and week 1 is the week containing January 4. Those rules mean the ISO week-year can differ from the calendar year near New Year, so the output includes both values and the Monday-to-Sunday range for the selected week.
An ISO week date contains a week-year, a two-digit week number, and weekday 1 through 7 for Monday through Sunday.
The converter uses UTC calendar arithmetic, avoiding daylight-saving transitions while moving between days.
Try the sample input, then run the converter. The output panel reports the normalized value and the fields used to derive it.
2026-07-19
Anchor the calculation on Thursday to determine the ISO week-year, then count seven-day intervals from the first ISO Thursday.
The converter uses UTC calendar arithmetic, avoiding daylight-saving transitions while moving between days.
Use the format shown in the sample. The parser rejects empty input and reports malformed values instead of guessing silently.
UTC and offset-aware values represent a fixed instant. Any output labeled local uses the timezone configured in your browser.
The output is copy-ready, but verify it against the date library and runtime used by your application, especially for legacy formats.
Browsers may ship different timezone database versions and may parse non-standard legacy date strings differently. Prefer explicit standard formats.
No. The conversion runs in this page with browser APIs and does not require a network request.
| Value | Meaning |
|---|---|
| UTC | Coordinated Universal Time |
| Unix epoch | 1970-01-01T00:00:00Z |
| ISO 8601 | International date and time notation |