Zemen - የ ኢትዮጵያ ቀን መቁጠሪያ
[!WARNING] I've recently discovered a bug that may impact its accuracy The
Zemen::todayfunction doesn't properly return the current date when thetimefeature is disabled. At this time, I'm unable to resolve the issue immediately. I encourage users to submit a pull request if they’re interested in contributing a fix. In the meantime, you may want to explore alternative crates that provide similar functionality or use the crate with thetimefeature turned on.Thank you for your understanding and support! I’ll update this message as soon as a resolution is available.
Introduction
A date conversion crate to convert between ethiopian and gregorian dates. We
have a custom struct to represent ethiopian date, i.e. Zemen, and we are
using an external crate time, and specifically time::Date, to represent
gregorian dates.
The crate uses the Beyene-Kudlek algorithm to convert between jdn (Julian Day number) and ethiopic calender. And the time crate to convert between jdn (Julian Day number) and gregorian date.
Docs found here
Installation
Usage
use ;
use ;
use error;
Formatting
use *;