dayOrdinal property

String get dayOrdinal

Gets the ordinal suffix for the day.

Implementation

String get dayOrdinal => locale.ordinal(day);