Day of the Month Suffix (Expression Function)

Purpose

The Day of the Month Suffix function (DAY_OF_THE_MONTH_SUFFIX) generates a number that represents the day of the month for a timestamp provided in a given timezone.

Parameters

The Day of the Month Suffix function has two parameters, one of which is required:

Timestamp

Allowed Inputs: field value or a number representing a Unix timestamp.

There are several sources of Unix timestamps available. For example the stored value of a date or date time field is a Unix timestamp. Also When using the advanced interface the output of the date or date time expression function is a Unix timestamp.

Timezone

Allowed Inputs: field value or a text string

The second optional parameter of the Day of the Month Suffix function is a string that represents the timezone. Either use the query builder to choose a field that contains the value or use type a value to enter a number. The value should be based on the tz (timezone) database used by Linux and other Unix system in the form “Area/Location” e.g. “America/New_York”. If no value is provided then the current user's timezone is used.

Output

The output of the Day of the Month Suffix function is string representing the day of the month Suffix for the value of the timestamp provided in a given timezone.

Example

For example DAY_OF_THE_MONTH_SUFFIX(1349212984,“America/New_York”) would result in “nd” and DAY_OF_THE_MONTH_SUFFIX(1349212984,“Asia/Tokyo”) would result in “rd”.

expression function - day of the month suffix.txt · Last modified: 2016/09/14 18:19 (external edit)
Copyright WorkXpress, 2024