Hi All,
I have requirement where in the user enters the a number 14400 which is in minutes.
I am looking at function module which can convert the Number 14400 into date format.
I tried the following
M = I_MIN. = 14400 Mins
S = I_MIN * 60. = 86400 Sec
H = M DIV 60. = 240 Hrs
D = H DIV 24. = 10 Days
but could not convert the Days into date format. Any idea how to proceed.
with rgds
Ranjith Singh.