{{tag>Index Function Function_List Date_And_Time}} ====== DATE ====== ===== Description ===== Returns the date constant built from the given numbers ===== Parameters ===== An integer constant indicating day (1-31), an integer constant indicating month (1-12), an integer constant indicating year ===== Example ===== IF DATE (DAY_OF_MONTH (Account.OpeningDate), 4, 2004) = 07/04/2004 THEN ...