Function time::parsing::component::parse_month
source · pub(crate) fn parse_month(
input: &[u8],
modifiers: Month,
) -> Option<ParsedItem<'_, Month>>
Expand description
Parse the “month” component of a Date
.