Announcement

Collapse
No announcement yet.

Documentation needs changing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Documentation needs changing

    Hi, in the documentation for the formula "datetime\format" is given the syntax:
    Code:
    datetime\format(VALUE, [TIMEZONE], [FORMAT])
    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:
    Code:
    datetime\format(VALUE [,TIMEZONE [,FORMAT]])
    Thanks
Working...
X