MEd method
Format date with DateFormat.MEd intl format
Implementation
String MEd(BuildContext context) =>
_format(context, (locale) => DateFormat.MEd(locale));
Format date with DateFormat.MEd intl format
String MEd(BuildContext context) =>
_format(context, (locale) => DateFormat.MEd(locale));