pub(super) fn short_month0(s: &str) -> ParseResult<(&str, u8)>Expand description
Tries to parse the month index (0 through 11) with the first three ASCII letters.
pub(super) fn short_month0(s: &str) -> ParseResult<(&str, u8)>Tries to parse the month index (0 through 11) with the first three ASCII letters.