0.0.0 • Published 4 years ago

nalzza v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Nalzza

Parses from any date notation

const nalzza = require("nalzza")

new Date("19년 1월 20일") // Invalid Date
nalzza("19년 1월 20일") // 2019-01-20T00:00:00.000Z
0.0.0

4 years ago