create a number formatter function (28.187,289)
VitorLuizC opened this issue · 1 comments
VitorLuizC commented
We use numbers like 28.187,289
in Brazil and there's no function to format into this.
- Exports a formatter function to transform numbers and number parseables into this format.
VitorLuizC commented
Would be nice to also have a parser to transform brazilian formatted numbers into number values.
'10.000,5081' => 10000.5081