Skip to main content

fmt_century

Function fmt_century 

Source
fn fmt_century(
    output: &mut (impl Write + ?Sized),
    full_year: ri32<-999_999, 999_999>,
    _: Year,
) -> Result<usize, Format>
👎Deprecated
Available on crate feature formatting only.
Expand description

Format the century into the designated output. Requires the full year be provided as an argument.