Skip to content

Instantly share code, notes, and snippets.

@danizavtz
Created January 31, 2024 13:15
Show Gist options
  • Save danizavtz/0a7beede895d44d52cba79d91079074d to your computer and use it in GitHub Desktop.
Save danizavtz/0a7beede895d44d52cba79d91079074d to your computer and use it in GitHub Desktop.
const valor = 307049997;
var f = (valor/100).toLocaleString('pt-br',{style: 'currency', currency: 'BRL'});
//'R$ 3.070.499,97'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment