I am working on a PHP/MySQL timesheet system, and the report I want to create selects all employees who have worked less than the required amount of time between two dates. The employee's time is stored in hours and minutes (INT), but I am only concerned with the hours.I am working on a PHP/MySQL timesheet system, a