Free cookie consent management tool by TermsFeed usereomonth() Function
usereomonth() 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

usereomonth( starting_date, months )

Returns the date for the last day of the month that is the number of months before or after the given starting date in the user preferred calendar.

Parameters

Keyword Type Description

starting_date

Date

The starting date.

months

Number

The number of months to offset, where negative is before starting_date and positive is after start_date.

Returns

Date

Examples

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

usereomonth(11/27/06, -6) returns 5/31/06

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

usereomonth() Function

FEEDBACK