WEEKNUM
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Returns the week number (in the year) of a specified date.
Syntax
WEEKNUM (date)
where:
date is the date the operation is to be performed on.
Returns
A numeric value containing the week number in the year (1 to 52 or 53, as appropriate) of the date.
Examples
TIBCO iProcess Modeler:
WEEKNUM (!08/10/2001!)
returns 41
TIBCO Business Studio:
IPEDateTimeUtil.WEEKNUM("08/10/2001");