Ethiopian Calendar Conversion API
# ethiopic-date
To Ethiopian calendar converter module.
###usage
Download package from NPM.
```
npm install --save ethiopic-date
```
Import module
``` JavaScript
var etdate = require('ethiopic-date');
console.log(etdate.now());
console.log(etdate.convert('04/10/1980'));
```
Output
```
output: ቅዳሜ, ጥር 28፣ 2008 5:35 ጥዋት
output: ሐሙስ ሚያዝያ 2፣ 1972
```