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