Free cookie consent management tool by TermsFeed date() Function
date() Function

Function

date( year, month, day )

Converts text into data accepted by the date data type and functions that require date parameters.

Parameters

Keyword Type Description

year

Integer

The year of the date you would like to convert into a serial number.

month

Integer

It month of the date in number format without leading zeros for a month with one digit.

day

Integer

The day component of the date.

Returns

Date

Examples

date(2009,7,22) returns 7/22/2009

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Apr 25, 2024 (10:35:23 PM)

date() Function

FEEDBACK