Skip to main content

fmt_month_numerical

Function fmt_month_numerical 

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

Format the month into the designated output as a number from 1-12.