( |
|
|
|||
Returns the difference between two date values in months |
Parameters: | |
First (smaller) date in the comparsion | |
Second (bigger) date in the comparsion | |
external function LongInt MonthDiff(Date,Date); global procedure OnApplicationStartup() begin stopalert(MonthDiff("01.01.2010","04.03.2011")); return; end;
Related topics: |