Skip to content

yehtutwin/en-mm-dmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published