Created
February 1, 2023 13:49
-
-
Save dharniel45/5d63f8b43707ad0763727b5f12a2fc90 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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