time-stamp : Get a formatted timestamp.. You can installing time-stamp npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install time-stamp $ sudo npm install -g time-stamp
If want to update the time-stamp package execute the command as below,
$ sudo npm update time-stamp
Update package globally,
$ npm install -g time-stamp
$ sudo git clone https://github.com/rektide/time-stamp.git
$ sudo npm install -g ./time-stamp
time-stamp@2.0.0 /usr/lib/node_modules/time-stamp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall time-stamp
| Package Name | time-stamp |
| Version | 2.0.0 |
| Description | Get a formatted timestamp. |
| Released Date | 2017-05-15T01:30:26.540Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/time-stamp/tutorial |