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
When I run the code retrieved from "Some basic code" section in read.me file there is "1370-12-17" in jalaliDate1 as value instead of "1370-11-28". It seems that "dateConverter" is one time usable and is not stateless. So after each use of "dateConverter.jalaliToGregorian()" I must instantiate it again!
The text was updated successfully, but these errors were encountered:
When I run the code retrieved from "Some basic code" section in read.me file there is "1370-12-17" in jalaliDate1 as value instead of "1370-11-28". It seems that "dateConverter" is one time usable and is not stateless. So after each use of "dateConverter.jalaliToGregorian()" I must instantiate it again!
The text was updated successfully, but these errors were encountered: