MEd method

String MEd(
  1. BuildContext context
)

Format date with DateFormat.MEd intl format

Implementation

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