Skip to content

Instantly share code, notes, and snippets.

@dharniel45
Created February 1, 2023 13:49
Show Gist options
  • Save dharniel45/5d63f8b43707ad0763727b5f12a2fc90 to your computer and use it in GitHub Desktop.
Save dharniel45/5d63f8b43707ad0763727b5f12a2fc90 to your computer and use it in GitHub Desktop.
new Date() . toLocaleDateString('en-us', { weekday: "long", year: "numeric",
month: "short", day: "numeric"})
/ "Wednesday, Feb 1, 2023"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment