@devdoja/timestamp

A module for getting current date and time

Usage no npm install needed!

<script type="module">
  import devdojaTimestamp from 'https://cdn.skypack.dev/@devdoja/timestamp';
</script>

README

@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"