Skip to content Skip to sidebar Skip to footer

Format Number With Locale Specific Settings

I want that JS or jQuery formats my number by locale. So for example number 999666555444333.22 might be as 999'666'555'444'333.22 or 999.666.555.444.333,22

Solution 1:

The globalize plugin will do the trick for you

https://github.com/jquery/globalize

Post a Comment for "Format Number With Locale Specific Settings"