fmt_weekday

Function fmt_weekday 

Source
fn fmt_weekday(
    output: &mut (impl Write + ?Sized),
    date: Date,
    _: Weekday,
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the weekday into the designated output.