Skip to content

Instantly share code, notes, and snippets.

@dcortesnet
Last active February 14, 2023 13:04
Show Gist options
  • Select an option

  • Save dcortesnet/90e39d16277c06b1c663c49e78706b6f to your computer and use it in GitHub Desktop.

Select an option

Save dcortesnet/90e39d16277c06b1c663c49e78706b6f to your computer and use it in GitHub Desktop.
Javascript formato de moneda dinero
new Intl.NumberFormat('es-CL', {
style: 'currency',
currency: 'CLP',
}).format(1500);
// https://medium.com/geekculture/automatic-number-format-with-javascript-all-countries-8b457ac0b491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment