Differences

This shows you the differences between two versions of the page.

Link to this comparison view

a_f:f:99_a:month_difference2 [2022/09/01 06:41] – created - external edit 127.0.0.1a_f:f:99_a:month_difference2 [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:month_difference2 to a_f:f:f:month_difference2 administrator
Line 1: Line 1:
-{{tag>Functions Function_List Date_And_Time}} 
-====== MONTH_DIFFERENCE2 ======  
-===== Description ===== 
-Calculates the month difference between the first date and the second date ignoring years. \\ For example: 
- 
-''MONTH_DIFFERENCE2'' (15/06/1985, 17/07/1998) = 1 \\ (the difference between June and July is 1) 
- 
-''MONTH_DIFFERENCE2'' (15/06/1985, 14/05/1973) = 11\\ (the difference between June and May is 11)\\  
- 
-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 MONTH_DIFFERENCE2 (CURRENT_DATE, Client.DateOfBirth) = 3 THEN  
-   SEND ReminderEmail TO Client </code> 
  
  • Last modified: 2022/09/13 18:12