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