Skip to content

Instantly share code, notes, and snippets.

@goofballLogic
Created October 28, 2021 13:41
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/0f9aa706214464287c423e496f93a478 to your computer and use it in GitHub Desktop.
Save goofballLogic/0f9aa706214464287c423e496f93a478 to your computer and use it in GitHub Desktop.
const fullFormat = new Intl.DateTimeFormat("en", { dateStyle: "full" });
const now = new Date();
fullFormat.format(now); // 'Thursday, October 28, 2021'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment