Jump to content

time difference


matthew9090

Recommended Posts

i have searched everywhere and no code seems to work. i have time1 and time 2 in the format Y-m-d H:i:s. i just don't know how to find the difference.

 

old time: 2011-04-11 20:15:46

 

new time: 2011-04-11 21:00:11

 

after i have the difference, i need to get a resource production per hour which is stored in the database and calculate the new value of the resource.

 

$production_per_hour = 100;
$time_old = "2011-04-11 20:15:46";
$time_new = "2011-04-11 21:00:11";
$current_resources = "500";

 

Link to comment
https://forums.phpfreaks.com/topic/233405-time-difference/
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.