pub fn mm(input: &str) -> IResult<&str, u32>
Available on crate feature
numeric
only.Expand description
Recognizes either one or two digits of a month
part.
Accepts numbers in the range 01..=12
, otherwise returns.
Error::MonthOutOfRange