pub(crate) fn parse_month_long( input: &[u8], modifiers: MonthLong, ) -> Option<ParsedItem<'_, Month>>
Parse the “month” component of a Date in the long form (e.g. “January”).
Date