jeffcullina
Programmer
I have two dates - 5/12/02 and 5/6/03. I am looking for a routing that will return the difference in a year,month,day format. For the given dates, the function should return something like 0 years, 11 months, 25 days. The datediff function rounds so I cannot get an accurate account. When I use the month interval of datediff, I get 12 - not 11. Is there a better function?
Thanks - Jeff
Thanks - Jeff