Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T07:34:56.000Z (over 5 years ago)
- Last Synced: 2024-09-14T21:19:51.739Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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