ISO 8601 Date Parser & Formatter
Parse any ISO 8601 / RFC 3339 string into its components and format a date into every ISO 8601 variant — calendar, week, ordinal, datetime, duration, interval, recurring. Forgiving tokenizer accepts basic + extended format, comma or dot decimals, Z or offset, negative/expanded years, leap seconds, 24:00:00, week 53. Strict vs lenient modes. Code snippets in JS/Python/Java/Go. 100% client-side.
Parse any ISO 8601 / RFC 3339 string into its components and format a date into every ISO 8601 variant — calendar, week, ordinal, datetime, duration, interval, recurring. Forgiving tokenizer accepts basic + extended format, comma or dot decimals, Z or offset, negative/expanded years, leap seconds, 24:00:00, week 53. Strict vs lenient modes. Code snippets in JS/Python/Java/Go. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.