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