Play with the time !
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)
]
Read more on the documentation