monthAbbr property
String
get
monthAbbr
Implementation
String get monthAbbr {
/// Return test formatted MMM
return DateFormat("MMM", configuration.locale).format(this);
}
String get monthAbbr {
/// Return test formatted MMM
return DateFormat("MMM", configuration.locale).format(this);
}