tamethetikbalang
Programmer
for example we have to dates. 12/13/2002 and date today. How do you compute the difference in terms of year?
if I use this code <%= DateDiff("yyyy", Date, "12/13/2002"
%> the result is 1 but what I want is it will only count 1 if date today is exactly 12/13/2003. in this case the result I want is zero. thank you.
if I use this code <%= DateDiff("yyyy", Date, "12/13/2002"
