dayOrdinal property
String
get
dayOrdinal
Gets the ordinal suffix for the day.
Implementation
String get dayOrdinal => locale.ordinal(day);
Gets the ordinal suffix for the day.
String get dayOrdinal => locale.ordinal(day);