You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SALAM
Thank to your good class, I think in method 'gregorianToJalali' the month must be increased by 1. In the other words, line 216 of class JalaliCalendar, must be changed from jalaliMonth = i;
into: jalaliMonth = i + 1;
The text was updated successfully, but these errors were encountered:
SALAM
Thank to your good class, I think in method 'gregorianToJalali' the month must be increased by 1. In the other words, line 216 of class JalaliCalendar, must be changed from
jalaliMonth = i;
into:
jalaliMonth = i + 1;
The text was updated successfully, but these errors were encountered: