Thank you all
I solved it
that what i did
gives me the amount of months
months: Diff2Dates("m",[StartDate],[EndDate])
gives me the amount of months and days
months_days: Diff2Dates("md",[StartDate],[EndDate])
this code well extract the number from the string
days: Mid([months],11,2)
this...