Welcome to Intl Explorer! 👋🏽
Intl Explorer is a tool for experimenting and trying out the
ECMAScript Internationalization API. The API is available under the namespace Intl
in JavaScript and
provides language sensitive string comparison, number formatting, and date and time formatting.
To get started either: Choose a formatter you are interested in from the navigation menu. Or visit The Playground.
Every code snippet has a button which lets you copy the code that produces the output to your clipboard. Try it by pressing the button labeled "Copy" below:
{
dateStyle:
"short"
}
// September 22, 2022
The source code for this tool can be found at GitHub. The creator of this tool is Jesper Orb.
If you like this tool consider giving the repository a star at GitHub. If you have found a bug or like to request an improvement please open an issue or Pull Request at the GitHub repository.