pub(crate) fn parse_day( input: &[u8], modifiers: Day, ) -> Option<ParsedItem<'_, NonZeroU8>>
Parse the “day” component of a Date.
Date