Skip to content

Instantly share code, notes, and snippets.

@goofballLogic
Created October 28, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofballLogic/021e0b503eeec8cdb62268d087a97122 to your computer and use it in GitHub Desktop.
Save goofballLogic/021e0b503eeec8cdb62268d087a97122 to your computer and use it in GitHub Desktop.
const fullFormat = new Intl.DateTimeFormat("en", { dateStyle: "full" });
fullFormat.resolvedOptions();
/*
{
calendar: "gregory"
dateStyle: "full"
locale: "en"
numberingSystem: "latn"
timeZone: "Europe/London"
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment