Hello programmers:
Please I need help, I am writing a program that deals with date and time.
-- A text file contains the following information
1- EmployeeID
2- Date (format month/day/year)
3- Time (The time is formated like this [Format$(Time, "hh:mm:ss AMPM"
])
--The record looks like this one:
125200,"01/16/03","03:53:28 PM"
--Sometimes employees enter at 05:00:00 PM on 01/16/03 and finish working at 03:30:00 AM 01/17/03 which is the next day.
Question?
=======
How can I calculate the work-hours per employee if the shift fall between one day and another one?
Thanks in advace to all for your time
Daniel
vbbeginner@aol.com
Hollywood, FL
Please I need help, I am writing a program that deals with date and time.
-- A text file contains the following information
1- EmployeeID
2- Date (format month/day/year)
3- Time (The time is formated like this [Format$(Time, "hh:mm:ss AMPM"
--The record looks like this one:
125200,"01/16/03","03:53:28 PM"
--Sometimes employees enter at 05:00:00 PM on 01/16/03 and finish working at 03:30:00 AM 01/17/03 which is the next day.
Question?
=======
How can I calculate the work-hours per employee if the shift fall between one day and another one?
Thanks in advace to all for your time
Daniel
vbbeginner@aol.com
Hollywood, FL