1.7.4 • Published 6 years ago

pwd-restclient v1.7.4

Weekly downloads
21
License
-
Repository
github
Last release
6 years ago

How to use?

  1. npm i time-formater-select
  2. Import in your project
1) import timeformater from 'pwd-restclient'
2) you can use these types
  a. this.timeformater('1528094422381') // 2018-06-04 14:40:22
  b. this.timeformater('1528094422381','YYYY-MM-DD hh:mm:ss') // 2018-06-04 14:40:22
  c. this.timeformater('1528094422381','YYYY-MM-DD hh-mm-ss') // 2018-06-04 14-40-22
  d. this.timeformater('1528094422381','YYYY/MM/DD') // 2018/06/04
  e. this.timeformater('1528094422381','YYYY/MM/DD hh:mm:ss') // 2018/06/04 14:40:22
  f. this.timeformater('1528094422381','YYYY/MM/DD hh-mm-ss') // 2018/06/04 14-40-22
1.7.4

6 years ago

1.7.3

6 years ago

1.7.2

6 years ago

1.7.1

6 years ago

1.6.9

6 years ago