0.0.9 • Published 2 years ago

@w5/time v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@w5/time

test/main.coffee :

#!/usr/bin/env coffee

import {Hour,Minute,Day,Second} from '@w5/time'

> @w5/time/ymMs

console.log Day()
console.log Hour(),Minute(),Second()

[begin_ms, end_ms] = ymMs 2023, 7
begin_date = new Date begin_ms
end_date = new Date end_ms
console.log "#{begin_date.toISOString()}"
console.log "#{end_date.toISOString()}"

process.exit()

output :

19614
470740 28244444 1694666670
2023-07-01T00:00:00.000Z
2023-07-31T23:59:59.999Z
0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago