1.0.5 • Published 8 years ago

english-myanmar-date-converter v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

english-myanmar-date-converter

A Node.js package that returns Myanmar date in require font by giving English date.

Usage

First, install the package using npm:

npm install english-myanmar-date-converter --save

Then, require the package and use it like so:

var getMyanmarDate = require('english-myanmar-date-converter');

console.log(getMyanmarDate("2017-05-28",0)); // Myanmar Unicode Font
console.log(getMyanmarDate("2017-05-29",1)); // in English
console.log(getMyanmarDate("2017-05-30",2)); // Mon
console.log(getMyanmarDate("2017-05-31",3)); // Zawgyi-One Font
console.log(getMyanmarDate("2017-06-01")); // Zawgyi-One Font - Default

License

MIT

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago