PHPackages                             bekim2121/ethiopian-datepicker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. bekim2121/ethiopian-datepicker

ActiveLibrary[Localization &amp; i18n](/categories/localization)

bekim2121/ethiopian-datepicker
==============================

A professional, accurate Ethiopian (Ge'ez) calendar date picker with bilingual support (Amharic/English), dark mode, and holiday highlighting

1.1.6(4mo ago)21MITHTMLPHP &gt;=7.4

Since Feb 16Pushed 4mo agoCompare

[ Source](https://github.com/Bereketmuniye/date-picker-for-ethiopian)[ Packagist](https://packagist.org/packages/bekim2121/ethiopian-datepicker)[ Docs](https://github.com/Bereketmuniye/date-picker-for-ethiopian)[ RSS](/packages/bekim2121-ethiopian-datepicker/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

🇪🇹 Ethiopian Date &amp; Time Picker
===================================

[](#-ethiopian-date--time-picker)

A professional Ethiopian calendar date and time picker with accurate Gregorian ↔ Ethiopian conversion. Pure JavaScript, zero dependencies.

Features
--------

[](#features)

✅ **Tiered Navigation** (Year → Month → Day) • ✅ **Age Calculation** • ✅ Accurate conversion • 🌍 Bilingual (Amharic/English) • 🌅 Native Ethiopian Time (6h offset) • 🌙 Dark mode • 🎉 Holiday highlighting • ⌨️ Keyboard navigation • ♿ Accessible • 📱 Responsive

Installation
------------

[](#installation)

**JavaScript (NPM)**:

```
npm install @bekim_2121/ethiopian-datepicker
```

**PHP (Composer)**:

```
composer require bekim2121/ethiopian-datepicker
```

**JavaScript (CDN)**:

```

```

Quick Start
-----------

[](#quick-start)

### JavaScript Usage

[](#javascript-usage)

```

  // Initialize Date Picker
  new EthiopianDatePicker('#datepicker', {
    locale: 'am',              // 'am' or 'en'
    darkMode: false
  });

```

### PHP Usage

[](#php-usage)

```
