This is an old revision of the document!


DATE

Returns the date constant built from the given numbers

An integer constant indicating day (1-31), an integer constant indicating month (1-12), an integer constant indicating year

IF DATE (DAY_OF_MONTH (Account.OpeningDate), 4, 2004) = 07/04/2004 THEN ... 
  • Last modified: 2022/09/13 18:13