pub(crate) fn parse_iso_year_century_standard_range(
input: &[u8],
modifiers: IsoYearCenturyStandardRange,
) -> Option<ParsedItem<'_, (i16, bool)>>Available on crate feature
parsing only.Expand description
Parse all digits of the ISO week-based year except the last two.
This only supports two digits in order to avoid parsing ambiguities, so it cannot utilize the
full range of supported years when the large-dates feature flag is enabled.