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