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