elo7-format-amd
v1.1.6
Published
A small lib to format string to number and vice versa
Downloads
1,300
Readme
Format-amd
Format-amd string/number library
Format.js is a library that converts string to number or the opposite. This library uses amd structure. Currently, we support currency formats.
Install
Install : npm install elo7-format-amd
Dependency
Format-amd depends on an amd implementation. We suggest define-async implementation for dependency lookup.
Example
define(['format'], function(format) {
format.currency(17.2, 'R$'); // Returns R$ 17,20
format.currencyToNumber('R$ 9,50'); // Returns 9.5
});
License
Format-amd is released under the BSD. Have at it.
Copyright :copyright: 2014 Elo7