Extending Laravel Functionalities for arabic projects
composer require moamahfouz/laravel-functions-extender
use Moamahfouz\LaravelFunctionsExtender\LaravelFunctionsExtender;
$extender = new LaravelFunctionsExtender();
$extender->formatDateTimeToArabic($dateTimeValue);
// example
$extender->formatDateToArabic('2023-12-28');
// 28 ديسمبر 2023
Function | Description | example |
---|---|---|
formatDateToArabic() |
format date to arabic | 28 ديسمبر 2023 |
formatDateTimeToArabic() |
format date time to arabic | 28 ديسمبر 2023 12:00 |
formatDateTimeToArabicWithAmPm() |
format date time to arabic | 28 ديسمبر 2023 12:00 صباØاً |
If you discover any security-related issues, please email moa.mahfouz@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.