An open API service indexing awesome lists of open source software.

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

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
```