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.