toMd method

String toMd(
  1. Locale locale
)

Implementation

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