MMMEd method

String MMMEd(
  1. BuildContext context
)

Format date with DateFormat.MMMEd intl format

Implementation

String MMMEd(BuildContext context) =>
    _format(context, (locale) => DateFormat.MMMEd(locale));