<<
In the absence of a DATEDIFF function, is there a function in
RBase 6.5++ that will allow me to calculate an employee’s age from their
date of birth and .#DATE, or do I need to code this up?
>>


Assuming you're not satisified with the solution of dividing their age in days 
by 365.25 ( = (.#DATE - BDayField) / 365.25 ) then yes, you have to write a 
function to do this.
--
Larry

Reply via email to