pub fn month_abbrev_string(month: Month) -> &'static str
Maps the Month enum to a shortened string representation, e.g. “Jan”.
Month