EpochLab

ISO Date Converter

Convert a date to ISO 8601, or back

The extended form, the basic form, the week date and the ordinal date — all four ISO 8601 shapes for one instant, plus a parser for reading them back.

Questions people ask

The things that come up about iso date converters, answered plainly.

What is ISO 8601 format?

The international standard for writing dates and times: 2024-07-16T16:00:00Z. Largest unit first, zero-padded, with an explicit offset — the Z meaning UTC. It sorts lexicographically, which is why it is the right format to store in.

What is the T for?

It separates the date from the time. A space is permitted by RFC 3339 and accepted almost everywhere, but the T is what the standard specifies and what a strict parser requires.

What are week dates and ordinal dates?

Two other valid ISO forms for the same day: 2024-W29-2 is Tuesday of week 29, and 2024-198 is the 198th day of the year. Both turn up in manufacturing and logistics systems.

Related tools

Render an instant in any pattern or locale, and read one back out of text.

All 160 tools · More in formatting & parsing