getMd method

String getMd(
  1. Locale locale
)

Implementation

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