1.0.0 • Published 2 years ago

en-mm-dmy v1.0.0

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

en-mm-dmy

A Node.js package that will request date and then response the day, month, year in Myanmar and English

Usage

First, install the package using npm:

npm i en-mm-dmy

Then, require the package and use it like so:

var getDMY = require('en-mm-dmy');

Logging the result

console.log(getDMY(new Date()));

License

MIT