clockjs-npm
v1.3.2
Published
Play with the time
Downloads
9
Maintainers
Readme
Clock.js
Play with the time !
Short exemple
const clock = require('clockjs-npm');
console.log(`The date is ${clock.clockToString`)
...or json version
console.log(${clock.clock})
Get the minutes, seconds, milliseconds, year, month...
console.log(clock.day.Minutes, clock.day.Seconds)
...Create a time tab
const RandomName = [
new clock.Tab(clock.day.Day, clock.day.Year)
]
About
Read more on the documentation