I have two dates. Now I want to calculate exact number of years, months and days between them. But not as 2 years, 12 months and 12*365 days, but as 4 years, 3 months and 29 days.
Isn't there any other way than DateDiff, which only returns years OR months OR days - but years AND months AND days.
To write my own function is possible, but harder if it yet exists
The biggest problem - some years have 365 days and some 366.
Isn't there any other way than DateDiff, which only returns years OR months OR days - but years AND months AND days.
To write my own function is possible, but harder if it yet exists
The biggest problem - some years have 365 days and some 366.