1.0.2 • Published 6 years ago

time-utilities v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

This is an npm package for keeping time.

usage

const time = new Time(); time.grabYears().grabMonth().grabDays().grabHours().grabMinutes().grabSeconds().grabMilliseconds().display(); outputs Saturday November 2017 9 10 34 579 (The date on which it was tested) It can also be called individually const time = new Time(); time.grabMilliseconds().display(); outputs 579