1
2
3
4
function thousdands(num, decpoint, sep){
	if (arguments.length == 2) {
		sep = ",";
...

JavaScript Thousands

by Kolin, November 29, 2007 12:00, 3 refactorings, tagged with thousands, javascript, number

Formats numbers with thousa...

2f32a949f807af44f74ce14a124b9bad Talk