Download Number Formatting Library
I’ve updated my JavaScript Number Formatting Library to version 1.3. This release adds the ability to customize how not-a-number (NaN), positive infinity and negative infinity are formatted. All you need to do is set the appropriate constant in Number.prototype:
Number.prototype.NaNNumber.prototype.posInfinityNumber.prototype.negInfinity
For more documentation, see the original article on JavaScript number formatting.
Technorati Tags:format strings, formatting, javascript, library, number formatting, numberformat, parsing
Hi,
the download link isn’t working …
please check it out
Fixed, thanks!
Thx for this little nice library. It’s the small snippets that ease our life :D