I am building an online timesheet for employees. At the end of the timesheet I need to show the total hours:mins worked.
I have the hours worked as variables:
$MondaysActual
$TuesdaysActual
$WednesdaysActual
$ThursdaysActual
$FridaysActual
The data held is something like 07:20 - the employee worked 7 hours 20 mins
How can I simply add these 5 times together and show the total as hrs:mins?
wecan see, you have tried to enter 5 variable names in some unspecified text editor, and posted that here. You have not tried coding to solve your requirement.