Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to compute average of several dates
Message
From
04/11/2004 21:56:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00958360
Message ID:
00958362
Views:
15
Averaging dates? You mean the average of Monday and Friday is Wednesday?

I suggest the following:
subtract each date from date() && gives # of days in the past
average these (and do a FLOOR or CEILING)
subtract this from date()
Jim Nelson
Newbury Park, CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform