getfulldate

1.0.5 • Public • Published

This is the package to get the full date out

for eg: Jan 01, 2020 11:23 AM

How to use:

const { getFullDate, convertTo12HRFormat, getLastActive } = require('getfulldate');

getFullDate(new Date(1578073312473))); // Jan 03, 2020 11:26 PM

getFullDate(new Date(1578073312473), false)); // Jan 03, 2020

convertTo12HRFormat(new Date(1578073312473))); // 11:26 PM

Readme

Keywords

Package Sidebar

Install

npm i getfulldate

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

2.32 kB

Total Files

4

Last publish

Collaborators

  • narayanzshrestha