yMEd method

String yMEd(
  1. BuildContext context
)

Format date with DateFormat.yMEd intl format

Implementation

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