formatDay property

String get formatDay

Returns a string representation of this date with the format dd.

Example: DateTime.now().formatDay -> Wednesday.

Implementation

String get formatDay => format('EEEE');