pub fn day_abbrev_string(day: Day) -> &'static str
Maps the Day enum to a shortened string representation, e.g. “Mon”.
Day