fn fmt_month_numerical( output: &mut (impl Write + ?Sized), month: Month, _: MonthNumerical, ) -> Result<usize>
Format the month into the designated output as a number from 1-12.