Function time::formatting::fmt_month

source ยท
fn fmt_month(
    output: &mut impl Write,
    date: Date,
    _: Month,
) -> Result<usize, Error>
Expand description

Format the month into the designated output.