pub(crate) fn parse_year( input: &[u8], modifiers: Year, ) -> Option<ParsedItem<'_, (i32, bool)>>
Parse the “year” component of a Date.
Date