Right now the relative() function seems to round towards the closest month and doesn’t display days if the distance is bigger than one month. It would be great if the date comparisons in realtive() expressed distance like this: “in X months, Y days” / “X months, Y days ago”.
1 Like
See Display number of days passed since last modification - #2 by ShaneNZ for a solution. I wanted the same thing and found a way to achieve it.