In This Topic
Function Name
|
CreateDate |
Category
|
DateTime |
Icon
|
 |
Description
|
Creates a Date type from year/month/day values |
Inputs
|
Year |
The year part of the date (required) |
Month |
The month part of the date (1-12 required) |
Day |
The day part of the date (1-31 required) |
|
Outputs
|
|
Properties
|
|
Usage
Creates a Date value from the 3 component parts. The date must be a real date (i.e. 31st of Feb is invalid), if an invalid date is entered then a runtime error is raised and the transform terminates.

This is a scalar function so the standard rules apply if multiple values are presented to one or more inputs.
See Also