2.4.0 • Published 4 years ago

nangning-date-parser v2.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

nangning-date-parser

This is sample date parser you can use.

Installation

npm install nangning-date-parser

Params

1 = date => (2020-03-02 13:35:00)
2 = language => (id, en)
3 = reverse => (true / false)
4 = separators = (, . -)

Usage

const parser = require("nangning-date-parser");
// or
var parser = require("nangning-date-parser");

// Sample Dateparser
parser.parse('2020-03-02 13:35:00', 'id', true, '')

For information, contact me nangning.xyz.

2.4.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago