getyM method

String getyM(
  1. Locale locale
)

Implementation

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