adamwdraper / Numeral-js

A javascript library for formatting and manipulating numbers.
http://numeraljs.com
MIT License
9.65k stars 926 forks source link

Format '0,0[.]00 $' works only with Dollar symbol. #719

Open ivanjeremic opened 3 years ago

ivanjeremic commented 3 years ago

I used from the Format Examples on the Website this Format '0,0[.]00 $' and it works well except that I need '0,0[.]00 € the EUR Symbol but when I replace $ with I get two zeros extra instead of . Any idea why and how I can fix this?

amm266 commented 2 years ago

look at documentations/locals