Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

abrahammelaku/ethiopian-calendar

Type de record:

software
Créateur:
abr
Hôte:
Ethiopian calendar to/from Gregorian calendar converter # Ethiopian Calendar Example code to convert Gregorian to Ethiopian ```csharp var grDate = new DateTime(2018, 09, 10); var etCal = new EthiopianCalendar(); var etDateString = string.Format("{0}-{1}-{2}", etCal.GetYear(grDate).ToString("D4"), etCal.GetMonth(grDate).ToString("D2"), etCal.GetDayOfMonth(grDate).ToString("D2")); Console.WriteLine(etDateString); //prints 2010-13-05 ``` Example code to convert Ethiopian to Gregorian ```csharp var grDate = new DateTime(2011, 1, 1, new EthiopianCalendar()); Console.WriteLine(grDate.ToString("yyyy-MM-dd")); //prints 2018-09-11 ```

Visit

github.com

Languages

Amharic

Similaires

eliasdebelo/ethiopian-calendareyuelberga/ethiopian-calendarkashumaku/Ethiopian-calendaraskual/ethiopian-calendaryaredabebe/ethiopian-calendarHuluWZ/pg-ethiopian-calendar

eliasdebelo/ethiopian-calendar

# Ethiopian Calendar Converter 🇪🇹 A modern, lightweight PHP library for seamless conversion between

eyuelberga/ethiopian-calendar

C# class library for generating Ethiopian Calendar and also converting Gregorian Calendar dates into

kashumaku/Ethiopian-calendar

# Ethiopian Calendar A lightweight TypeScript/JavaScript utility for converting between the **Grego

askual/ethiopian-calendar

A wordpress plugin for Ethiopian Calender. # Ethiopian Calendar Wordpress plugin Contributors: Kib

yaredabebe/ethiopian-calendar

markdown # Ethiopian Calendar Converter 🇪🇹 A lightweight and accurate JavaScri

HuluWZ/pg-ethiopian-calendar

A PostgreSQL extension that Convert between Gregorian and Ethiopian calendar dates # pg_ethiopian_c