Hi,
This may seem like a simple question, but...
I am trying to add two time values together. For exmple my first value is 0:59 (being 59 minutes) and my second value is 2:36 (being 2 hrs and 36 minutes) which should make a total of 3:35
If I use a parseInt my values are not treated as time. Can someone tell me how to correctly parse these values so I can add them up please.
Thanks in advance
This may seem like a simple question, but...
I am trying to add two time values together. For exmple my first value is 0:59 (being 59 minutes) and my second value is 2:36 (being 2 hrs and 36 minutes) which should make a total of 3:35
If I use a parseInt my values are not treated as time. Can someone tell me how to correctly parse these values so I can add them up please.
Thanks in advance