0
good morning!
What would be the way plus simple to display monetary values with Javascript? I was able to limit the decimals using .toFixed(2)
. Only the whole part goes something like this 10510.20
I wish it were 10.520,20
. Any suggestions?
Take a look at this function: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
– rLinhares
But this desired result would be the return of?
– user60252