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