Hi All,
Is anyone know on how to find the difference between two dates using config console or IPD.
. For Example, If
Date 1 is 1st Feb 2021 and
Date2 is 1st March 2021.
Output difference should be 1Month and 1 Day
Thanks for your help.
TempDate= Date2 - Date 1 + 1 day
use TempDate month + TempDate day to get the values then.
In IPD, there is a built-in function - DateDiff(var1,var2)