formatAsEEEE method

String formatAsEEEE([
  1. String? locale
])

Formats the DateTime object using the EEEE format and optional locale.

Implementation

String formatAsEEEE([String? locale]) => DateFormat.EEEE(locale).format(this);