time::formatting

Function fmt_day

Source
fn fmt_day(
    output: &mut (impl Write + ?Sized),
    date: Date,
    _: Day,
) -> Result<usize, Error>
Expand description

Format the day into the designated output.