DAY

The following section describes the syntax and usage of the DAY function in ActivityInfo.

Description

The DAY function is used to obtain the numeric day value from a given Date.

Syntax

DAY(date)

Argument Required Description
date Yes The date to obtain the day value from.

The value must be a Date.

Result

The numeric value of the day of the month.

Example

We will be using the DAY function to obtain the day from a given Date value.

Arguments

We will be using the Date field "Dates" (with code "dates").

Formula

DAY(dates)

Results