Skip to content

Instantly share code, notes, and snippets.

@cristinafsanz
Created July 29, 2022 09:20
Show Gist options
  • Save cristinafsanz/a19aa99a296b5e6dd286041793015508 to your computer and use it in GitHub Desktop.
Save cristinafsanz/a19aa99a296b5e6dd286041793015508 to your computer and use it in GitHub Desktop.
new Date().toLocaleDateString("de-DE", {
  year: "numeric",
  month: "2-digit",
  day: "2-digit",
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment