DATESTR

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Convert a date to a text string.

Syntax

DATESTR (date)

where date is the date to be converted.

Returns

A text string containing the text equivalent of the date passed, in the format DD/MM/YYYY (or otherwise according to your system configuration).

Example

TIBCO iProcess Modeler:

DATESTR (!20/01/2009!)

returns 20/01/2009

TIBCO Business Studio:

Field = IPEConversionUtil.DATESTR(IPESystemValues.SW_DATE);

This example uses the SW_DATE function to get today’s date, converts the date to a string, and assigns the string to Field (a string data field).