cancel
Showing results for 
Search instead for 
Did you mean: 

date format

Former Member
0 Kudos

hi ,

i want to display date 08.06.2007 as june 8 2007 in smartform. any idea

thanks,

madhu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Madhu, you can use the following function modules in a program lines node to format the date:

CONVERSION_EXIT_IDATE_OUTPUT

CONVERSION_EXIT_LDATE_OUTPUT

CONVERSION_EXIT_SDATE_OUTPUT

If they do not work for you here is a thread that seems to have solved the problem:

Regards,

Davis

Message was edited by:

Davis

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We can write a small coding for this.

Split the date variable into day, month, and year..

Use T247 table to get the Month name.

again concatenate the month name, day and year.

this is one way...

if helpful reward points...

Thanks

Dinakar.

Former Member
0 Kudos

Hi

Refer below its similar to your requirement..

/community [original link is broken]

mark if helpful

Regards

Tushar mundlik

Message was edited by:

Tushar Mundlik