I want the date difference between to dates dipslayed in days and also minutes. The problem is that the function:
${datediff(datetime_1, datetime_2, "DAY")}
will obviously only give me the difference in days back. Putting after the "DAY" for example a && "MINUTE" will not work.
Is there a solution to this question or any workaround ?