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