Function time::formatting::fmt_ordinal
source ยท fn fmt_ordinal(
output: &mut impl Write,
date: Date,
_: Ordinal,
) -> Result<usize, Error>
Expand description
Format the ordinal into the designated output.
fn fmt_ordinal(
output: &mut impl Write,
date: Date,
_: Ordinal,
) -> Result<usize, Error>
Format the ordinal into the designated output.