@theocrowley24/nice-dates
v1.2.2
Published
nice-dates is a npm package for converting MySQL timestamps into a better looking string.
Downloads
9
Readme
Nice dates
nice-dates is a npm package for converting MySQL timestamps into a better looking string.
Installation
Use the package manager npm to install nice-dates.
npm install @theocrowley24/nice-dates
Usage
import { niceify } from '@theocrowley24/nice-dates';
niceify('2019-02-22 16:21:16'); //22 Feburary 2019
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.