toyM method

String toyM(
  1. Locale locale
)

Implementation

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