en-mm-dmy
v1.0.0
Published
နေ့စွဲတစ်ခုမှ မြန်မာ၊ အင်္ဂလိပ် နေ့၊ လ၊ နှစ် များရယူခြင်း
Downloads
3
Maintainers
Readme
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