Created
July 29, 2022 09:20
-
-
Save cristinafsanz/a19aa99a296b5e6dd286041793015508 to your computer and use it in GitHub Desktop.
Revisions
-
cristinafsanz revised this gist
Jul 29, 2022 . No changes.There are no files selected for viewing
-
cristinafsanz created this gist
Jul 29, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ``` new Date().toLocaleDateString("de-DE", { year: "numeric", month: "2-digit", day: "2-digit", }) ```