rm2text
v1.0.0
Published
Change amount into text for ringgit malaysia
Downloads
17
Maintainers
Readme
rm2text
Change amount into text for ringgit malaysia
Installation
$ npm install --save rm2text
Usage
var rm2text = require('rm2text');
rm2text(30,120.40); //tiga juta seratus dua puluh ringgit empat puluh sen
var skandal = rm2text('rm420,000,000') //empat ratus dua puluh juta ringgit
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT