A Flutter and Dart package for using Jalali (Shamsi, Solar, Persian, Jalaali, شمسی or خورشیدی) calendar. You can convert, format and manipulate Jalali and Gregorian (Miladi or میلادی) date and times.
Suppose I have 2 Jalali instances, how do I diff them in months? I suppose converting them back to DateTime and using difference method won't work, because there's no correlation between Jalali and Gregorian month diffs.
Suppose I have 2
Jalali
instances, how do I diff them in months? I suppose converting them back toDateTime
and usingdifference
method won't work, because there's no correlation between Jalali and Gregorian month diffs.