GeniusTS / hijri-dates

PHP library to convert Gregorian date to Hijri date and vice versa
MIT License
100 stars 37 forks source link

how to get date in arabic text not number #6

Closed deva7mad closed 6 years ago

deva7mad commented 6 years ago

use GeniusTS\HijriDate\Translations\Arabic; \GeniusTS\HijriDate\Date::setTranslation(new Arabic); what should i do to get date in string $ar_date = \GeniusTS\HijriDate\Date::now();

aboudeh87 commented 6 years ago

You can use format method

nawinsoft commented 6 years ago

Please guide me how to use this library in my PHP file.

aboudeh87 commented 6 years ago

You can use composer to download it, If you are not using it you should create an PSR-4 autoloader for the package