Expand description
Rules defined in ISO 8601.
Enums§
- Extended
Kind πWhat kind of format is being parsed. This is used to ensure each part of the format (date, time, offset) is the same kind.
Functions§
- day πParse a day of the month.
- dayk πParse a day of the week.
- dayo πParse a day of the year.
- decimal_
sign πParse a βdecimal signβ, which is either a comma or a period. - float πParse a floating point number as its integer and optional fractional parts.
- hour πParse the hour.
- min πParse the minute.
- month πParse a month.
- week πParse a week number.
- year πParse a possibly expanded year.