Skip to main content

fmt_month_short

Function fmt_month_short 

Source
fn fmt_month_short(
    output: &mut (impl Write + ?Sized),
    month: Month,
    _: MonthShort,
) -> Result<usize>
Available on crate feature formatting only.
Expand description

Format the month into the designated output using the abbreviated name.