0.0.9 • Published 8 months ago

@w5/time v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months 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

8 months ago

0.0.8

9 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.3

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago