MONTHSTR

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Returns the month name of a specified date.

Syntax

MONTHSTR (date) 

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

Returns

A text string representing the month name of the date.

Examples

TIBCO iProcess Modeler:

MONTHSTR (!08/10/2001!) 

returns "October"

TIBCO Business Studio:

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