Jump to content

time average


sofia403

Recommended Posts

MySQL version 5.0.81

 

I have a time thats being caculated on the fly like so

 

DATEDIFF(NOW(), Date) as TotalTime
$Date_ts = strtotime($row['Date']);
$Date_str = date("M-d-Y", $Date_ts);
$TotalTime = floor((time() - $Date_ts)/(60*60*24)) . ' days';

and i was wondering if its possible to calculate average of this values, and it also would have to be done only on selected records.

 

thanks, 

Link to comment
https://forums.phpfreaks.com/topic/238124-time-average/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.