Search:

Type: Posts; User: java_d

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    595

    Re: Issue display result in time format

    Amazing!! So simple, thanks!
  2. Replies
    6
    Views
    595

    Re: Issue display result in time format

    If the user entered 5 & 900 the final value would be = 150 (2hours & 30min)

    Currently the output only displays 02hr:00min
  3. Replies
    6
    Views
    595

    Re: Issue display result in time format

    The inputs:
    e1 represents journey distance in km , so for example user enters "5"
    e2 represent height of summit in m, so user could enter "900"

    num1 is the value of e1 divided by 5 then...
  4. Replies
    6
    Views
    595

    Issue display result in time format

    hello,

    I'm trying to display a result from 2 inputs calculations from minutes to HHMM, however when I try and calculate it with the below code only the HH changes to the current hour. eg. 129 will...
Results 1 to 4 of 4