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