YEARNUM
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Returns the year number of a specified date.
Syntax
YEARNUM (date)
where:
date is the date the operation is to be performed on.
Returns
A numeric value containing the year number (0 to 2999) of the date.
Examples
TIBCO iProcess Modeler:
YEARNUM (!08/10/2001!)
returns 2001
TIBCO Business Studio:
IPEDateTimeUtil.YEARNUM("08/10/2001");