pub(crate) fn parse_week_number_sunday(
input: &[u8],
modifiers: WeekNumberSunday,
) -> 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 Sunday of the
year.