Skip to content

aquaron/time

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2024
Jan 12, 2023
Jan 12, 2023
Nov 4, 2020
Jan 12, 2023
Oct 15, 2020
Oct 15, 2020
Jan 22, 2021
Oct 16, 2020
Oct 17, 2024
Mar 28, 2023
Oct 15, 2020

Repository files navigation

@aquaron/time codeql tests npmjs badge-time

Collection of date/time related utilities.

Usage

Function Return
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