toSmallDayName property

String toSmallDayName

Gets the short day name (e.g., "Mon") corresponding to this number (1-7).

Implementation

String get toSmallDayName => toFullDayName.substring(0, 3);