e property

String get e

Returns this DateTime formatted as short weekday name.

Implementation

String get e => DateFormat.E().format(this);