month_name_abbrev

Function month_name_abbrev 

Source
fn month_name_abbrev(month: i8) -> &'static str
Expand description

Returns the abbreviated month name.

ยงPanics

When the given value is not in the range 1..=12.