Time Arithmetic |
12/14/2013 19:18:45 | |
| PHPRunner General questions | ||
|
G
GregJ author
I'm using PHPRunner 7 /mysql to overhaul an ancient work order system. It is made up of two tables - workorders (master) and timetracking (time details). Each workorders record can have several detail records in timetracking representing blocks of time spent on a job. Technicians enter their start_time and end_time in time format. (1:30 is an hour and a half) |
||
|
T
|
Tempus_Erus 12/16/2013 |
|
Hi, |
|
|
G
|
GregJ author 12/16/2013 |
|
When I posted here I was overwhelmed by the information that I found online in php and mysql forums. I couldn't find a way to make any of it work in PHPR. Late last night after spending much of the day on it I found a simple solution that works great. |
|
|
F
|
fantasmino 12/16/2013 |
|
You can try use datediff |
|