Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Write Number as Text

Former Member
0 Likes
639

Does anyone know a function module that takes in a date and writes it out as text?

For example:

06/26/2008

June 26, 2008

I couldn't find one that did what I wanted.

I know that I could easily write one as well but figured there has to be something out there already created (and could maybe even do different languages).

Thanks!

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
552

Try to use fm

CONVERSION_EXIT_LDATE_OUTPUT

you need to give input date as Ex. 20080215

output will be February 15, 2008

a®

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
553

Try to use fm

CONVERSION_EXIT_LDATE_OUTPUT

you need to give input date as Ex. 20080215

output will be February 15, 2008

a®

Read only

0 Likes
552

Wonderful! It even works in different languages.

Thank you!

Read only

faisalatsap
Active Contributor
0 Likes
552

Hi,

Please Have a look at the following Threads you will find the Sample Code.

[date conversion to char format |]

[convert month 06.04.2008 to APR'08|]

Kind Regards,

Faisal