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