Skip to content

Commit c81a2f4

Browse files
authored
Merge pull request #13 from Pymossy/patch-1
Update jDateTime.php
2 parents 01750cc + 93290ab commit c81a2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Miladr/Jalali/jDateTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ private static function getMonthNames($month, $shorten = false, $len = 3)
443443
case '2': $ret = 'اردیبهشت'; break;
444444
case '3': $ret = 'خرداد'; break;
445445
case '4': $ret = 'تیر'; break;
446-
case '5': $ret = 'امرداد'; break;
446+
case '5': $ret = 'مرداد'; break;
447447
case '6': $ret = 'شهریور'; break;
448448
case '7': $ret = 'مهر'; break;
449449
case '8': $ret = 'آبان'; break;

0 commit comments

Comments
 (0)