Mido™
09-12-2009, 04:08 PM
I want to get the difference between two datetime values and I don't know how,I tried to do this by making this simple way:
$difTime = $currTime - $logTime;
but it result "0",so I hope if there is a way to do it right.
$difTime = $currTime - $logTime;
but it result "0",so I hope if there is a way to do it right.