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.