https://github.com/qkreltms/easy-date-format
easyDateFormat(new Date(Date.now())) // 2019-05-21 16:09:18
https://github.com/qkreltms/easy-date-format
Last synced: 4 months ago
JSON representation
easyDateFormat(new Date(Date.now())) // 2019-05-21 16:09:18
- Host: GitHub
- URL: https://github.com/qkreltms/easy-date-format
- Owner: qkreltms
- Created: 2019-05-07T06:14:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T07:34:56.000Z (over 6 years ago)
- Last Synced: 2025-08-22T21:44:13.491Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyDateFormat
```js
import easyDateFormat from "easy-date-format";
easyDateFormat(new Date(Date.now())) // 2019-05-07 06:09:18
```
## Installation
npm i easy-date-format