Hello, I'm trying to calculate the number of weeks between two dates with a remainder of days left. For instance 10-01-11 to 10-18-11 should be 2 weeks and 4 days. I am using the following to get the number of weeks. But I am having trouble getting the it to show remaining days. If there are remaining days, it just puts it into a complete week. DateDiff("w",StartDate,EndDate)
Thanks,
Thanks,