Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Syntax

YEAR (year ; month ; day)

Examples


Hard Code values:
report: DATE(1969 ; 6 ; 21)

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

  • No labels