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