I have a time column $data['Time'] (hh:mm:ss)
and I need to convert it to minutes. How can I do this? When I am writing like this:
$avg = ($data['Kilometers'] / $data['Time']) * 60;
I have this error
Warning: Division by zero in ... on line ..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…