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