Localized Date Formats
See how a date is written in 30+ countries and languages, plus ISO 8601, RFC 2822 and Unix formats.
Standard formats (click to copy)
How each country writes it
| Locale | Short | Long | Full with time |
|---|
Continue your work
- Unix Timestamp Converter — Convert dates to and from Unix timestamps.
- Time Zone Converter — See the same time in other time zones.
Rate this tool
0.0
0 ratings
- 5 stars 0
- 4 stars 0
- 3 stars 0
- 2 stars 0
- 1 star 0
Share this tool
Found it useful? Send it to a friend or teammate.
Report an issue
Something broken or not quite right? Tell us and we will look into it.
Clear instructions
Find steps, examples and limitations below.
Use online
Open the tool in a supported web browser.
Free to use
No sign-up required. Tool-specific limits may apply.
How to use the Localized Date Formats
Dates are written differently around the world: 09/26/2026 in the US, 26/09/2026 in the UK and Pakistan, and 2026/09/26 in Japan. This tool shows any date and time in short, long and full formats for over 30 locales, from English and Urdu to Arabic, Chinese and German, plus developer formats like ISO 8601, RFC 2822 and Unix timestamps.
- 1 Pick a date and time, or click Use current time.
- 2 Copy a standard format like ISO 8601 with one click.
- 3 Filter the table by language or country to see how each locale writes the date.
Example and practical tips
September 26, 2026 is 9/26/26 in en-US, 26/09/2026 in en-GB, 26.09.26 in de-DE and 2026/09/26 in ja-JP. For data exchange, use ISO 8601: 2026-09-26.
Frequently asked questions
Which date format should I use in software?
Use ISO 8601 (YYYY-MM-DD, with a time zone offset for times). It is unambiguous and sorts correctly as text.
Why is 03/04/2026 ambiguous?
It means March 4 in the US but April 3 in most other countries. Writing the month as a word or using ISO 8601 avoids confusion.
Where do these formats come from?
Your browser formats the dates with the Unicode CLDR locale data, the same data used by operating systems and most apps.