EEEE method

String EEEE(
  1. BuildContext context
)

Format date with DateFormat.EEEE intl format

Implementation

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