Table of Contents

, , ,

MONTH

Description

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

Parameters

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

Example

IF MONTH (Account.OpeningDate)=12 THEN ...