formatter property
Formatter for this date object
non-null
Implementation
@override
JalaliFormatter get formatter {
return JalaliFormatter(this);
}
Formatter for this date object
non-null
@override
JalaliFormatter get formatter {
return JalaliFormatter(this);
}