Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 3, 2022 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/19d7bdc8cea4e74998639340313ed9eb to your computer and use it in GitHub Desktop.
Save parzibyte/19d7bdc8cea4e74998639340313ed9eb to your computer and use it in GitHub Desktop.
const horaActual = new Intl.DateTimeFormat(undefined, { timeStyle: "short" }).format(new Date());
console.log(horaActual);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment