Function fmt_day

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

Format the day into the designated output.