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