Skip to Content
0
Former Member
Dec 24, 2013 at 05:01 AM

Convert Number to the date format

1194 Views

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.