Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can i do to make the year difference from 2 dates? I need it to compute the age.
Marco
for example,
year(date) - year(birthdate) - if(date < MakeDate(year(date), month(birthdate), Day(birthdate)), 1, 0)
if checks if persons birthday already was in this year or not
Does the interval work with years?
Interval(Date1-Date2,'YYYY')
Marco
tht will give results some thing like this,
if tht's ur secnario,why can't use =Num(Year(Variable1)-Year(Variable2))?like this.
With Age function it works.
Thanks
so cool, never heard about it