TIME AND DATE
Date Formatter
Choose a strict input pattern first, then format the date with documented tokens without guessing day/month order.
Example inputs
- ISO date
2026-08-11
Available tokens: yyyy (year), MM (month), dd (day).
Everything is processed only in this browser.
How it works
Parse dates explicitly and format them with documented tokens.
Frequently asked questions
Why must I choose a parse format?
Numeric dates such as 03/04/2026 are ambiguous until day/month order is explicit.
Does it accept every date string?
No. The first release accepts only the documented strict formats.