/timestamp

A npm plugin to get an easily readable date and time.

Primary LanguageJavaScriptMIT LicenseMIT

@devdoja/timestamp

npm (scoped) npm bundle size (minified)

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"