printLocalDateTimeExpression() Operation
Syntax |
| |
---|---|---|
Semantics |
Please note that applying this operation on old date and times (before 1970) may lead to strange results. Before 1970, the time zones have been constantly shifting (see tz database in Wikipedia). Also, it makes no sense to calculate with the time part only for older dates. | |
Substitutables |
| Can be any variable or object attribute having the type DateTime. |
| This String defines the format of the printed date time expression. The formatting rules can be found in Date and Time Formatting Patterns. | |
| Semantically, this is the lexical representation of a DateTime object following the format specification given in | |
Examples |
NONE
|
Related Documentation:
tz database in Wikipedia