month_name_full

Function month_name_full 

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

Returns the “full” month name.

§Panics

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