morilog / jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in php appliations, based on Jalali (Shamsi) DateTime class.
MIT License
856 stars 111 forks source link

Add support for Afghan month #126

Closed ahangarha closed 2 years ago

ahangarha commented 3 years ago

Afghans use different names for month. The calendar is exact same but names are different.

It would be great if there be a way to specify what kind of names to use for months.

Names are as such:

More info: https://en.wikipedia.org/wiki/Solar_Hijri_calendar

morilog commented 2 years ago

This has been added at v3.4.0 You can use between CalendarUtils::useAfghanMonthsName() and CalendarUtils::useIranianMonthsName()