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