Datetimediff question

Hey

The following datetimeDiff(now, [Created At], "month") is actually counting the difference but in days, not month.

Example: if today is 22nd of February and "Created At" is 24th of January, it will count it as 0, but if "created At" is 20th of January it will count as 1.

I would like to have the difference in terms of months.

Would anyone have a workaround?

Any help there?

It counts full months - that's standard. Alternative is to count the days and divide by 'something'