2009 Jan 29 7:55 PM
Hi Experts,
I need Function module through which i can pass source and target for Time such as Hours, Minute, Second any of the above and can convert it in to any of the above Combination.
H->M
H->S
M->S
M->H
S->H
S->M
S: Second
M: minute
H: Hour
Thanks
Hi Experts,
I need Function module through which i can pass source and target for Time such as Hours, Minute, Second any of the above and can convert it in to any of the above Combination.
H->M
H->S
M->S
M->H
S->H
S->M
S: Second
M: minute
H: Hour
Thanks
2009 Jan 29 8:10 PM
Hi
But why u don't do it by yourself?
H-> M = H * 60
H-> S = H * 3600
M-> S = M * 60
M-> H = M / 60
S-> H = S / 3600
S-> M = S / 60
Max
2009 Jan 29 8:12 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |