Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples

Hard Code values:

...

Syntax

Result

report: DATE(1969

...

;

...

6

...

;

...

21)

...

June

...

21,

...

1969

...

...

report:

...

DATE(1

...

;

...

6

...

;

...

21

...

)

...

...

June 21, 2001

...

Variable/Fields values:
BYear = 1969
BMonth = 6
BDay = 21
report: DATE([BYear];[BMonth];[BDay])

...