Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:age [2022/09/01 06:18] – created - external edit 127.0.0.1 | a_f:f:99_a:age [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:age to a_f:f:f:age administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== AGE ====== | ||
| - | |||
| - | ===== Description ===== | ||
| - | Returns the full year difference between the provided date and the current date | ||
| - | ===== Parameters ===== | ||
| - | Attribute of the Date type or date constant or calculation producing date | ||
| - | ===== Example ===== | ||
| - | <code aim>IF Age (Account.Customer.DateOfBirth) > 70 Then... </ | ||
| - | |||