I would like to calculate the difference between two members which are of Date data type. When i use function @DateDiff the value is 0. The members date format is DD/MM/YYYY.
Is the date format in this function should be DDMONTHYYYY(Ex:13Mar2018) or we can give any date format?
If we can give any date format, please give an example to calculate the difference between two dates using @DateDiff or any other function.
Thanks in advance.