Good morning!
What would be the plus simple way of displaying monetary values with Javascript? I was able to limit the decimal places using .toFixed(2)
. But the whole part gets more or less like this 10510.20
I wanted it to be 10.520,20
. Any suggestion?