Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / Date Time / CreateDate
In This Topic
    CreateDate
    In This Topic

    Function Name
    CreateDate
    Category
    DateTime
    Icon
    Day
    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
    Date The resulting date
    Properties
    None -

    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.

    See Also