A C++ program to convert Ethiopian dates to Gregorian, display Ethiopian and Gregorian calendars, weekdays, and major Ethiopian holidays.
# Ethiopian Calendar Converter 🗓️
A C++ program to **convert Ethiopian dates to Gregorian dates**, display calendars, weekdays, and Ethiopian holidays.
---
## Features
- Display the **Ethiopian calendar** for a full year or a single month
- Convert **Ethiopian dates to Gregorian dates**
- Show the **day of the week** for Ethiopian and Gregorian dates
- Highlight **major Ethiopian holidays**
- Display **Gregorian calendar** for a given year
---
## How to Run
1. Clone the repository:
```bash
git clone git@github.com:Hayat37/Ethiopian-calendar-converter.git
cd Ethiopian-calendar-converter
2. Compile the program:
g++ calendar.cpp -o calendar
3. Run the program:
./calendar
4. Use the menu to explore different features.