Change bellow code to support translation month name
$start_gregorian = $start_date->format($format);
new code
$gregorian_date = $this->hijriFormatManager->dateFormatter->format($date->getTimestamp(), 'custom', 'd F Y');
--------------------------------------------------------------------
Change date format to use 'd-F-Y' to show full month name
Issue fork hijri_format-3522011
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
ahmad-alyasaki commented