Skip to content

AvnerCohen/comma-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comma-It.js

Build status

Tiny module to turn numbers into a more readble amounts by adding commas:

1234.5 => 1,234.50

//require it
var commaIt = require('../comma-it');
commaIt( '12341233,12', {addPrecision:true}); // => '12 341 233,12'

Custom seperators:

commaIt('12341233.12', {addPrecision:true, thousandSeperator : ',', decimalSeperator : '.'}); // => 12,341,233.12'

@avnerner

About

Add commas to numbers to turn them into amounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors