Contains some util methods for converting gregorian calander to ethiopian calander
npm i ethiopian-to-gregorian
npm i ethiopian-to-gregorian
to install the packageimport { getEthiopicDate, etchangetolong, etchangetofull, etchangetomedium, etchangetoshort, } from "./dateconverter.js"
: to import.
** code inside conponent: ** {ddfull}
** Output: ** እሁድ, ሚያዝያ 22, 2016
** code inside conponent: ** {ddlong}
** Output: ** ሚያዝያ 22, 2016
** code inside conponent: ** {ddmedium}
** Output: ** ሚያ 22, 2016
** code inside conponent: ** {ddshort}
** Output: ** 22/7/2016
Language: Javascript