Skip to main content

parse_month_short

Function parse_month_short 

Source
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”).