How to use this developer tool
- Paste or type a value in the input area.
- Choose the conversion option when one is available.
- Select Build Format Tokens or press Ctrl/Cmd + Enter.
- Review the interpretation and copy or download the result.
Build a date-time format string from a concrete example and compare equivalent tokens across common formatting dialects. The generator detects separators, seconds, fractional seconds, and a trailing timezone in the sample. It then emits a copy-ready pattern for Unicode/date-fns, Moment or Day.js, PHP date(), or Python strftime, avoiding the common mistake of assuming that identical letters mean the same thing in every library.
Format tokens are library-specific instructions, not a universal standard. Uppercase and lowercase letters can change from month to minute or from calendar year to week-year.
This builder targets numeric year-month-day examples. Always verify tokens against the exact library version used by the project.
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 14:30:45
Recognize an ISO-like numeric example, preserve its visible separators, and substitute token groups from the selected dialect.
This builder targets numeric year-month-day examples. Always verify tokens against the exact library version used by the project.
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 |