pub(crate) fn parse_iso_year_last_two(
input: &[u8],
modifiers: IsoYearLastTwo,
) -> Option<ParsedItem<'_, u8>>Expand description
Parse the last two digits of the ISO week-based year.
pub(crate) fn parse_iso_year_last_two(
input: &[u8],
modifiers: IsoYearLastTwo,
) -> Option<ParsedItem<'_, u8>>Parse the last two digits of the ISO week-based year.