Hello all
Problem like in subject. There is no problem when I want to count days
between two dates. Problem is when I want to count years becouse of
leap years.
For ex.
between
2002-11-19 2003-11-19
365 days = 1 year
between
2003-11-19 2004-11-19
366 days = 1 year (leap)
Thanks
Bambero
Problem like in subject. There is no problem when I want to count days
between two dates. Problem is when I want to count years becouse of
leap years.
For ex.
between
2002-11-19 2003-11-19
365 days = 1 year
between
2003-11-19 2004-11-19
366 days = 1 year (leap)
Thanks
Bambero
Comment