https://github.com/gnlow/nalzza
Parses from any date notation
https://github.com/gnlow/nalzza
Last synced: 6 months ago
JSON representation
Parses from any date notation
- Host: GitHub
- URL: https://github.com/gnlow/nalzza
- Owner: gnlow
- Created: 2020-01-19T13:34:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T14:46:46.000Z (over 6 years ago)
- Last Synced: 2025-01-31T15:39:40.516Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://npm.im/nalzza/
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nalzza
Parses from any date notation
```js
const nalzza = require("nalzza")
new Date("19년 1월 20일") // Invalid Date
nalzza("19년 1월 20일") // 2019-01-20T00:00:00.000Z
```