Skip to main content

parse_weekday_short

Function parse_weekday_short 

Source
pub(crate) fn parse_weekday_short(
    input: &[u8],
    modifiers: WeekdayShort,
) -> Option<ParsedItem<'_, Weekday>>
Available on crate feature parsing only.
Expand description

Parse the “weekday” component of a Date in the abbreviated form (e.g. “Mon”).