time::formatting

Function fmt_week_number

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

Format the week number into the designated output.