fn fmt_weekday( output: &mut (impl Write + ?Sized), date: Date, _: Weekday, ) -> Result<usize, Error>
Format the weekday into the designated output.