pub(crate) fn parse_week_number_monday(
input: &[u8],
modifiers: WeekNumberMonday,
) -> Option<ParsedItem<'_, u8>>Available on crate feature
parsing only.Expand description
Parse the “week number” component of a Date, where week 1 starts on the first Monday of the
year.