fn fmt_month( output: &mut impl Write, date: Date, _: Month, ) -> Result<usize, Error>
Format the month into the designated output.