time::formatting

Function fmt_month

Source
fn fmt_month(
    output: &mut impl Write,
    date: Date,
    _: Month,
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the month into the designated output.