Free cookie consent management tool by TermsFeed userdatevalue() Function
userdatevalue() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

userdatevalue( date_text )

Interprets the given date in the user preferred calendar and converts it into an equivalent serial number.

See also: datetext()

Parameters

Keyword Type Description

date_text

Text

The date to be converted into a serial number.

Returns

Date

Usage considerations

To display the date, always wrap the output with datetext().

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

datetext(userdatevalue("8/18/1427"),"yyyy/MM/dd") returns 1427/8/18`

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

userdatevalue() Function

FEEDBACK