Skip to main content

fmt_weekday_short

Function fmt_weekday_short 

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

Format the weekday into the designated output using the abbreviated name.