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