Function chrono::format::scan::short_or_long_weekday

source ยท
pub(super) fn short_or_long_weekday(s: &str) -> ParseResult<(&str, Weekday)>
Expand description

Tries to parse the weekday with short or long weekday names. It prefers long weekday names to short weekday names when both are possible.