Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ethiopic-js

mfissehaye155MIT1.2.5

Converts Ethiopian calendar dates into Gregorian and vice versa.

ethiopic, ethiopian, orthodox, amharic, calendar

readme

ES6 implementation of Ethiopian dates conversion. Based on calendariale

let ethiopic = require('ethiopic-js')
ethiopic.toEthiopian(1992, 10, 4) // [1985, 1, 24]
ethiopic.toGregorian(1985, 1, 24) // [1992, 10, 4]