1.3.2 • Published 4 years ago

clockjs-npm v1.3.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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