Assuming your "date begin" and "date end" columns are valid JMP Date/Time values, then the new formula for calculating the difference is
Date Difference( :date begin, :date end, "month" )
Here is an image of the attached example data table that has the date begin and date end columns and a new column, Difference that uses the above formula
![dif1.PNG dif1.PNG](https://community.jmp.com/t5/image/serverpage/image-id/29814iB7E0069C3F655808/image-size/large?v=v2&px=999)
If your date begin and date end are Character columns and not JMP Date/Time columns, you will need to convert them to Date/Time columns before being able to calculate the difference. This can be done easily and has been covered multiple times in previous Discussion entries.
Jim