getYMMMMEEEEd method

String getYMMMMEEEEd(
  1. Locale locale
)

Implementation

String getYMMMMEEEEd(Locale locale) => DateFormat.yMMMMEEEEd('${locale.languageCode}_${locale.countryCode}').format(toLocal()).capitalize();