Using Crystal Reports 8.5:
I want to count the number of years and fractional remaining time between two dates.
Lets say I have a table field {Date_Of_Hire}. If {Date_Of_Hire} = date("06/07/1971"), I know that currentdate - {Date_Of_Hire} = 36 years and 88 days or (the value I want), 36.24 years.
Is there a function in CR 8.5 that will give me the number of whole years and a decimal remainer between two dates? If not, does anyone have a formula that will do the job??
I want to count the number of years and fractional remaining time between two dates.
Lets say I have a table field {Date_Of_Hire}. If {Date_Of_Hire} = date("06/07/1971"), I know that currentdate - {Date_Of_Hire} = 36 years and 88 days or (the value I want), 36.24 years.
Is there a function in CR 8.5 that will give me the number of whole years and a decimal remainer between two dates? If not, does anyone have a formula that will do the job??