2.0.0 • Published 7 years ago
@devdoja/timestamp v2.0.0
@devdoja/timestamp
A plugin to get an easily readable date and time with no configuring needed.
Install
$ npm install @devdoja/timestamp
Usage
const time = require("@devdoja/timestamp");
const dateMemberSignedUp = time();
//=> "8/18/2018, 7:43:47 PM"