Simple statement like
Code:
values date('04/23/2006') - date('02/23/2005')
will give you a number like "10200", where "1" is the number of full years, "02" is the number of months, and "00" is the number of days between the two dates. It should be easy to calculate the number of months from there.