Skip to content

Commit

Permalink
Update jDateTime.php
Browse files Browse the repository at this point in the history
spell mistake
  • Loading branch information
mostafa shaheydari committed Oct 15, 2016
1 parent 01750cc commit 93290ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miladr/Jalali/jDateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ private static function getMonthNames($month, $shorten = false, $len = 3)
case '2': $ret = 'اردیبهشت'; break;
case '3': $ret = 'خرداد'; break;
case '4': $ret = 'تیر'; break;
case '5': $ret = 'امرداد'; break;
case '5': $ret = 'مرداد'; break;
case '6': $ret = 'شهریور'; break;
case '7': $ret = 'مهر'; break;
case '8': $ret = 'آبان'; break;
Expand Down

0 comments on commit 93290ab

Please sign in to comment.