This is an old revision of the document!
DATE_PART
Description
Returns the date part of the given timestamp
Parameters
Timestamp
Example
IF DATE_PART (Account.OpeningDateTime) = 07/04/2004 THEN ...
This is an old revision of the document!
Returns the date part of the given timestamp
Timestamp
IF DATE_PART (Account.OpeningDateTime) = 07/04/2004 THEN ...