Reads ISO 8601 duration, datetime, and interval values that are specified in the extended notation.
Categories: | Date and Time |
ISO 8601 | |
Alignment: | Left |
Restriction: | UTC time zone offset values are not supported. |
Supports: | ISO 8601 Element 5.4.4, complete representation |
specifies the width of the input field.
Default | 50 |
Range | 1–200 |
Requirement | The minimum length for a duration value or a datetime value is 16. The minimum length for an interval value is 16. |
specifies the number of digits to the right of the decimal point in the seconds value. This argument is optional.
Default | 0 |
Range | 0–3 |
Time Component
|
ISO 8601 Notation
|
Example
|
---|---|---|
Duration
|
Pyyyy-mm-ddThh:mm:ss.fff
|
P2012-09-15T15:53:00
|
|
PnW
|
P6w
|
Interval
|
yyyy-mm-ddThh:mm:ss.fff/yyyy-mm-ddThh:mm:ss.fff
|
2012-09-15T15:53:00/2014-11-13T00:00:00
|
|
yyyy-mm-ddThh:mm:ss.fff/PnYnMnDTnHnMns.fffS
|
2012-09-15T15:53:00/P2Y10M14DT20H13M45S
|
Datetime
|
yyyy-mm-ddThh:mm:ss.fff
|
2012-09-15T15:53:00
|