Table of Contents

, , ,

DAY_OF_MONTH

Description

Returns day of month of the provided date as an integer constant in the range 1-31

Parameters

Attribute of the Date type or date constant or calculation producing a date

Example

IF DAY_OF_MONTH (Account.OpeningDate=25) THEN ...