SyntaxFix
Write A Post
Hire A Developer
Questions
Numeral.js is a library I created that can can format numbers, currency, percentages and has support for localization.
numeral(0.7523).format('0%') // returns string "75%"
numeral.js