1.2.0 • Published 1 year ago

@aquaron/time v1.2.0

Weekly downloads
33
License
MIT
Repository
github
Last release
1 year ago

@aquaron/time codeql tests npmjs badge-time

Collection of date/time related utilities.

Usage

FunctionReturn
isUpcoming('2020-03-17')false
timeLeft(1000)Object containing {... seconds: 1}
timeLeftStr(1000)1 second
nextDow(6)Date object of next Saturday
prevDow(3)Date object of prev Wednesday
toDate('2020-03-17')Date object
toYMD(new Date())Today's date in YYYY-MM-DD
toPrettyDate('2020-03-17')Tuesday, Mar 30, 2020, 12:00 AM
1.2.0

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago