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