2.0.0 • Published 9 years ago

anima-formatter v2.0.0

Weekly downloads
3
License
-
Repository
gitlab
Last release
9 years ago

anima-formatter


通用格式化组件,提供日期以及金额的格式化功能

Install

$ npm install anima-formatter --save

最佳实践

日期

var Formatter = require('anima-formatter');
var date = new Date(2014,10,12);
var formatValue = Fomatter.dateFormat(date);

金额

var Formatter = require('anima-formatter');
var amount = 4567834.8794;
var formatValue = Fomatter.amountFormat(amount, true, 3, false);

具体功能详见wiki

2.0.0

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.3

9 years ago

0.0.1

9 years ago