Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Calculate the time in the middle of two hours

    Work on the logical steps required to solve the problem BEFORE writing any code.
    Can you make a list of the steps required?

    There may be some ideas here:...
  2. [SOLVED] Re: Calculate the time in the middle of two hours

    Its all arithmetic. There are 24 hours in a day, 60 minutes in an hour and 60 seconds in a minute.
    Work in seconds. Get difference, divide by 2, add to first date and convert to H:M:S for results.
Results 1 to 2 of 2