The source data to format.
For date
picture formats, the source data must be either an ISO date-time
string or an ISO date string in one of two formats:
-
YYYY[MM[DD]]
-
YYYY[-MM[-DD]]
-
HH[MM[SS[.FFF][z]]]
-
HH[MM[SS[.FFF][+HH[MM]]]]
-
HH[MM[SS[.FFF][-HH[MM]]]]
-
HH[:MM[:SS[.FFF][z]
-
HH[:MM[:SS[.FFF][-HH[:MM]]]]
-
HH[:MM[:SS[.FFF][+HH[:MM]]]]
For time
picture formats, the source data must be either an ISO date-time
string or an ISO time string in one of the following formats:
-
HH[MM[SS[.FFF][z]]]
-
HH[MM[SS[.FFF][+HH[MM]]]]
-
HH[MM[SS[.FFF][-HH[MM]]]]
-
HH[:MM[:SS[.FFF][z]
-
HH[:MM[:SS[.FFF][-HH[:MM]]]]
-
HH[:MM[:SS[.FFF][+HH[:MM]]]]
For date-time
picture formats, the source data must be an ISO date-time string.
For
numeric picture formats, the source data must be numeric.
For
text picture formats, the source data must be textual.
For
compound picture formats, the number of source data arguments must
match the number of subelements in the picture.
|