Skip to main content

fmt_weekday_monday

Function fmt_weekday_monday 

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

Format the weekday into the designated output as a number from either 0-6 or 1-7 (depending on the modifier), where Monday is either 0 or 1.