I have a table in the database with the name attendance
. It has three columns: intime
, outtime
and work_hours
.
I have date and time in intime
and outime
. Now I want to write the php code to calculate the time difference in the format hh:mm:ss
to store into the column work_hour
of attendance
table.
Please help me out.