Skip to content

Instantly share code, notes, and snippets.

@e10a
Created May 31, 2024 19:51
Show Gist options
  • Save e10a/cdf57765156aa62454d23bb9c165e5df to your computer and use it in GitHub Desktop.
Save e10a/cdf57765156aa62454d23bb9c165e5df to your computer and use it in GitHub Desktop.
js formatted date
new Date().toLocaleDateString('en-us', { weekday:"long", year:"numeric", month:"short", day:"numeric"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment