I am trying to write a program that will take a start time and an end time and then tell me how many minutes
of that time span fall with in a predetermined time frame.
Example
I log in at 13:00 I log out at 00:00
I want to know how much time (in minutes) elapsed in the range of 15:00 to 23:00 during that log in period
The answer here would be 8 hrs or x minutes.
Thanks
of that time span fall with in a predetermined time frame.
Example
I log in at 13:00 I log out at 00:00
I want to know how much time (in minutes) elapsed in the range of 15:00 to 23:00 during that log in period
The answer here would be 8 hrs or x minutes.
Thanks