Function time::formatting::fmt_weekday
source ยท fn fmt_weekday(
output: &mut impl Write,
date: Date,
_: Weekday,
) -> Result<usize, Error>
Expand description
Format the weekday into the designated output.
fn fmt_weekday(
output: &mut impl Write,
date: Date,
_: Weekday,
) -> Result<usize, Error>
Format the weekday into the designated output.