yMMMEd method

String yMMMEd(
  1. BuildContext context
)

Format date with DateFormat.yMMMEd intl format

Implementation

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