Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{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 ===== <code aim>IF DATE (DAY_OF_MONTH (Account.OpeningDate), 4, 2004) = 07/04/2004 THEN ... </code> Last modified: 2023/05/08 07:10 Log In