Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:f:af:day_difference2 [2022/09/02 02:51] – removed - external edit (Unknown date) 127.0.0.1 | a_f:f:af:day_difference2 [2023/05/09 00:47] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== DAY_DIFFERENCE2 ====== | ||
| + | |||
| + | |||
| + | ===== Description ===== | ||
| + | Calculates the day difference between the first date and the second date ignoring years of the dates. \\ For example: | ||
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | '' | ||
| + | |||
| + | The function can be useful, for example, when determining next anniversary of some event. | ||
| + | ===== Parameters ===== | ||
| + | Two attributes of the Date type or date constants or calculations producing a date| | ||
| + | ===== Example ===== | ||
| + | <code aim>IF DAY_DIFFERENCE2 (CURRENT_DATE, | ||
| + | SEND GreetingEmail TO Client </ | ||