getShortDay property

String getShortDay

Get Short Day

Returns short day string in the format Mon, Tue, Wed etc

Implementation

String get getShortDay => getDay.substring(0, 3);