STR2DATE
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Convert a date text to the iProcess Engine date.
Syntax
STR2DATE (datetext, format)
where:
datetext is a text string that contains a date.
format is a text string that contains a date format of the datetext.
See DATETIME2STR for possible formats.
Returns
A date in the iProcess Engine format.
Example
This example returns "1992-10-19T08:23:45
" in iProcess Engine date format.
STR2DATE ("1992-10-19T08:23:45",”%Y-%m-%dT%H:%M:%S”)
returns "19/10/1992
"