Skip to content

PHP date conversion library: Gregorian to Ethiopian and vise-versa.

Notifications You must be signed in to change notification settings

megbia/date-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Date-converter

PHP date conversion library: Gregorian to Ethiopian.

Based on Dr. Berhanu Beyene and Dr. Manfred Kudlek JDN formulas (http://www.geez.org/Calendars/)

Installation

composer require megbia/date-converter

Usage

use \Megbia\DateConverter;
$dc = new DateConverter();
$dc->gregorianToEthiopian("2019-10-29 12:00:00")->format('F j, Y'); //ጥቅምት 18፣ 2012

About

PHP date conversion library: Gregorian to Ethiopian and vise-versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages