MONTHNUM

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Returns the month number (in the year) of a specified date.

Syntax

MONTHNUM (date) 

where date is the date the operation is to be performed on.

Returns

A numeric value containing the month number in the year (1 to 12) of the date.

Examples

TIBCO iProcess Modeler:

MONTHNUM (!08/10/2001!) 

returns 10.

TIBCO Business Studio:

IPEDateTimeUtil.MONTHNUM("08/10/2001");