Versions Compared

Key

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

 Construct date from year, month, and day of month.

Syntax

Syntax: DATE( Integer Year ; Integer Month ; Integer Day )
Returns: Date
Constraints: 1 <= Month <= 12; 1 <= Day <= 31
Semantics: This computes the date's serial number given Year, Month, and Day. Fractional values are truncated.

...