1.0.1 • Published 5 years ago

logcurrenttime v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Using this package you can log current date and time just by calling the function. This is very useful when you want to track time taken by script to execute and complete the functionality.

Example Usage:

const timeStamp = require('logcurrenttime');

timeStamp()

Output:

27/3/2020 16:50:57

1.0.1

5 years ago

1.0.0

5 years ago