Find months difference
Hello,
How can i get the exact months difference between two dates. I tried this
dim dt1,dt2
dt1=#3-Jan-2005#
dt2=#1-Feb-2005#
response.write datediff("d",dt1,dt2)
Its still displaying 1. Actually its not 1.
datediff will find based on the months in the two dates.
Event the dt1 is #31-Jan-2005#, it displays 1.
??????
|