Edit
by ajmalNasiri - 1 year ago (2023-08-14)
How to convert hajri shamsi date to gregorian date
| I need a class to convert a date in the Hijri Shamsi calendar to the Gregorian date that can work in Laravel applications. |
Ask clarification
2 Recommendations
This class can convert dates from the Hijri to the Gregorian calendar.
It provides a simple class example that can take a date in the Hijri calendar and convert it to the same date in the Gregorian calendar.
The class returns the converted date as a string with the Y-m-d format.
| by Ahmed Abdulla package author 120 - 1 year ago (2023-09-27) Comment
This code will help you in this matter |
PHP Hijri Calendar: Convert dates between Hijri and other calendars
This package can convert dates between Hijri and other calendars.
It can take a date in one of the supported calendars and converts the date to another calendar.
Currently it can convert a date between:
- the Julian calendar to the Hijri calendar
- the Hijri calendar to Julian calendar
- the Gregorian calendar to the Hijri calendar
- the Hijri calendar to Gregorian calendar
| by Hassane Moussa 495 - 1 year ago (2023-08-15) Comment
Hi ajmalNasiri,
Please see this package !
Best regards, |