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