Returns the Persian (Jalali) month name for a given month number or string.
The month as a number (1-12) or string representation.
The Jalali month name if valid, otherwise returns 'wrong month'.
getJalaliMonthName(1); // returns 'Farvardin'getJalaliMonthName('2'); // returns 'Ordibehesht'getJalaliMonthName(13); // returns 'wrong month' Copy
getJalaliMonthName(1); // returns 'Farvardin'getJalaliMonthName('2'); // returns 'Ordibehesht'getJalaliMonthName(13); // returns 'wrong month'
Returns the Persian (Jalali) month name for a given month number or string.