yMMMMEEEEd method

String yMMMMEEEEd(
  1. BuildContext context
)

Format date with DateFormat.yMMMMEEEEd intl format

Implementation

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