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