Hi, in the documentation for the formula "datetime\format" is given the syntax:
This indicates that either the TIMEZONE or the FORMAT are optional. As it is not possible to just specify the VALUE and the FORMAT this is incorrect.
The correct definition should be:
Thanks
Code:
datetime\format(VALUE, [TIMEZONE], [FORMAT])
The correct definition should be:
Code:
datetime\format(VALUE [,TIMEZONE [,FORMAT]])