0.0.3 • Published 3 years ago

format-jsmgs v0.0.3

Weekly downloads
4
License
ISC
Repository
-
Last release
3 years ago

Install

$ npm install format-jsmgs --save-dev

Usage

// 时间格式化,省略字符格式化
import {
  DateFormat,
  OmitFormat,
  AddCommaFormat,
  RemoveCommaFormat,
} from 'format-jsmgs';

DateFormat(时间戳, 'YY-MM-DD H:M:S');
OmitFormat(i.phoneNumber, [3, 4, 4]); // 手机格式的固定缩略
AddCommaFormat(number); // 价格转为千位加逗号
RemoveCommaFormat(string); // 带逗号金额字符转数字金额

format-jsmgs

A JS method library

In continuous update...

Questions and suggestions are welcome in ‘issues’

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago