Thanks to my predecessor Mike Grace for this helpful little script. It extends javascript to add the correct comma places to any number. Number.prototype.addCommas = function() { var nStr =…
Prototyping function to add commas to numbers
Continue reading
0 Comments