monthName property

String monthName

Returns the name of month in persian.

var moonLanding = DateTime.parse('1969-07-20 20:18:04Z').toJDate();
assert(moonLanding.weekDayName == 'مرداد');

Implementation

String get monthName => jalaliMonths[month]['long']!;