E method
Format date with DateFormat.E intl format
Implementation
String E(BuildContext context) =>
_format(context, (locale) => DateFormat.E(locale));
Format date with DateFormat.E intl format
String E(BuildContext context) =>
_format(context, (locale) => DateFormat.E(locale));