1.1.5 • Published 7 years ago

unreal-tools v1.1.5

Weekly downloads
18
License
ISC
Repository
github
Last release
7 years ago

unrealTools

Install

npm install unreal-tools

Example

imprt {DateTool} from 'unreal-tools';

const dateTool = new DateTool()

let time = new Date()

let ftime = dateTool.format('yyyy-MM-dd');

// return 2018-10-18

Api category

api categoryapi nameparams/typedescription
Financethousandsstring|numberinput 1000.009 output 1,000.009
RestfulobjectToQueryStringobjectexample" {username:"unrealyan",password:"password"} return ?username=unrealyan&password=password
RestfulgetParameterstring string
RestfulgetParameterByNameobject
DateToolformatdateformat('yyyy-MM-dd') 2018-10-18

Finance thousands(input:number|string):string

Restful objectToQueryString(obj:object):any getParameter(name:string,all:string):string getParameterByName(name:string,url:string):any

DateTool format:any

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago