Skip to main content

fmt_week_number

Function fmt_week_number 

Source
fn fmt_week_number(
    output: &mut (impl Write + ?Sized),
    week_number: ru8<0, 53>,
    _: WeekNumber,
) -> Result<usize, Error>
👎Deprecated since 0.3.48: use fmt_week_number_* methods instead
Available on crate feature formatting only.
Expand description

Format the week number into the designated output.