JavaScript Add hh:mm + hh:mm to get new hh:mm
- by Scott
I have two javascript vars (they're coming from text boxes, so they're probably being evaluated as strings) in this format:
02:30 and 4:45
they represent hours and minutes.
I want to add them together to get 07:15 but I can't figure it out.