jpradips
26th February 2011, 11:36
Dear Sir,

Kindly guide me about, how the store day number in temp. variable from date field?

Ex. : date : 22-02-2011
I need to store the day number = 22

Thanks & Regards,
jpradips.

bdittmar
26th February 2011, 12:36
Dear Sir,

Kindly guide me about, how the store day number in temp. variable from date field?

Ex. : date : 22-02-2011
I need to store the day number = 22

Thanks & Regards,
jpradips.

Hello,

use:

long num.to.date
( long dayno, ref long yearno, ref long monthno, ref long month_dayno )

Regards