292
292
292cab Produkttechnik GmbH & Co KG
Example:
Date Functions
[ISODATE:...] Prints date following the ISO specs
Prints the date in ISO Format, following the rules of the ISO 8601-2000 standard.
Days, months and years can be added.
The ISO date specifies the representation of dates in the Gregorian calendar. Identification of a
particular calender day by its calender year, its calendar month and its ordinal number within the
calendar month.
[ISODATE{:+DD{,+MM{,+YY}}}]
[ISODATE...] - prints date following the ISO specs
+DD = adds the amount of additional days as numerical value
+MM = adds the amount of additional months as numerical value
+YY = adds the amount of additional years as numerical value
m m
J
S l1;0,0,68,71,100
T 12,30,0,3,7;[ISODATE]
T 12,55,0,3,7;[ISODATE:5,2,11]
A1
For a detailed description, please refer to ISO standard 8601-2000.
Syntax: