MMMd method

String MMMd(
  1. BuildContext context
)

Format date with DateFormat.MMMd intl format

Implementation

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