Function time::formatting::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.