Function chrono::format::scan::short_or_long_month0
source ยท pub(super) fn short_or_long_month0(s: &str) -> ParseResult<(&str, u8)>
Expand description
Tries to parse the month index (0 through 11) with short or long month names. It prefers long month names to short month names when both are possible.