Function time::parsing::component::parse_ordinal
source · pub(crate) fn parse_ordinal(
input: &[u8],
modifiers: Ordinal,
) -> Option<ParsedItem<'_, NonZeroU16>>
Expand description
Parse the “ordinal” component of a Date
.