DATE_PART
Description
Returns the date part of the given timestamp
Parameters
Timestamp
Example
IF DATE_PART (Account.OpeningDateTime) = 07/04/2004 THEN ...
Returns the date part of the given timestamp
Timestamp
IF DATE_PART (Account.OpeningDateTime) = 07/04/2004 THEN ...