Chronology
EthiopianChronology is simply a library designed based on the extensible JDK 8 new date and time API. Using the Ethiopic.org Calender Class underneath.
Install / Use
/learn @andegna/ChronologyREADME
EthiopianChronology
What is EthiopianChronology?
EthiopianChronology is simply a library designed based on the extensible JDK 8 new date and time API.
About
EthiopianChronology is a java library designed based on the JDK 8 new date and time API. The library used the Ethiopic.org Calender under
Requirements
JDK > 1.8
Sample Usage
EthiopianDate now = EthiopianDate.now();
EthiopianDate yesterday = now.minus(Period.ofDays(1));
EthiopianDate tomorrow = now.plus(Period.ofDays(1));
EthiopianDate myBirthDay = EthiopianDate.of(1986, 3, 21);
EthiopianDate ethiopian2k = EthiopianDate.ofEpochDay(13768);
EthiopianDate nationalityDay = EthiopianDate.ofYearDay(2007, 89);
EthiopianDate[] dates = {yesterday, now, tomorrow, myBirthDay, ethiopian2k, nationalityDay};
for (EthiopianDate ethiopianDate : dates) {
System.out.print(ethiopianDate.get(ChronoField.DAY_OF_MONTH) + "/");
System.out.print(ethiopianDate.get(ChronoField.MONTH_OF_YEAR) + "/");
System.out.print(ethiopianDate.get(ChronoField.YEAR_OF_ERA));
System.out.print(" is ");
System.out.println(ethiopianDate.format(DateTimeFormatter.ISO_DATE));
}
Reference
Related Skills
diffs
343.1kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
openpencil
1.9kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
Flyaro-waffle-app
Waffle Delight - Full Stack MERN Application Rules & Documentation Project Overview A comprehensive waffle delivery application built with MERN stack featuring premium UI/UX, admin management, a
