formatAsEEEEE method

String formatAsEEEEE([
  1. String? locale
])

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

Implementation

String formatAsEEEEE([String? locale]) =>
    DateFormat.EEEEE(locale).format(this);