I have a report I built but the problem is the subtract time in the database.
as
$intime= "02:00:00";
$outtime= "03:25:50";
Output will be 01:25:50
So my question is how can I take an action in PHP (string of mysql format time)
I have a report I built but the problem is the subtract time in the database.
as
$intime= "02:00:00";
$outtime= "03:25:50";
Output will be 01:25:50
So my question is how can I take an action in PHP (string of mysql format time)