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