SurvivorTiger
Programmer
Hi everyone,
i have a textbox where the user is supposed to enter a time, like 5:30. Now i need to do some calculations with the time and some other values, but instead of 5:30, the value that the calculations should be done with should be 5.5 (30 minutes = half an hour), now is there anyway to say if ":" is detected then the value after that ":" equals that value / 60 and then add that value to the value before the ":" which is 5 in this case...or is another way of doing this?
Thanks in advance
AIM: survivertiger & Ye This Is Me
i have a textbox where the user is supposed to enter a time, like 5:30. Now i need to do some calculations with the time and some other values, but instead of 5:30, the value that the calculations should be done with should be 5.5 (30 minutes = half an hour), now is there anyway to say if ":" is detected then the value after that ":" equals that value / 60 and then add that value to the value before the ":" which is 5 in this case...or is another way of doing this?
Thanks in advance
AIM: survivertiger & Ye This Is Me