1.1.0 • Published 6 years ago

gldate v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

dateLib is a class extends Date

instanceof Date,and extend properties and methods,you can use as Date;

Tip

gldate Stop maintenance,please goto date-library

Installing

npm install gldate

Using

 const dateLib = require('gldate')
 import dateLib from 'gldate'

doc

document

Property

  • year get or set
  • month get or set
  • week get
  • date get or set 返回当月的第几天
  • day get 返回星期几
  • hours get or set
  • minutes get or set
  • seconds get or set
  • timeStamp get or set

Method

  • format yy MM dd hh mm ss
  • get12Ts 返回从12点开始的秒级时间戳,不会改变原时间
  • add can use as chain
  • isBefore
  • isAfter
  • clone
  • setStart 会改变原时间

static

  • getByOffset 参数同add
  • max
  • min
  • duration 获取一段时间的Date array
1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago