MMMMd method

String MMMMd(
  1. BuildContext context
)

Format date with DateFormat.MMMd intl format

Implementation

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