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