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

function module to convert date format

Former Member
0 Likes
436

hi all,

i need a function module which will take the input as 09.02.2006(mmddyyy) and the out put should be sep-06. etc.

Thanks & Regards

suresh

3 REPLIES 3
Read only

Former Member
0 Likes
414

look into post next to your's by shaik.

regards

Read only

Vinod_Chandran
Active Contributor
0 Likes
414

Hi Suresh,

Use the function module 'MONTH_NAMES_GET' to get the month name and then use CONCATENATE to get SEP-06.

You can also check another post which is currently running 'Regarding Date Format'.

Thanks

Vinod

Read only

Former Member
0 Likes
414

Hi,

You can find simular decision in this thread.

Svetlin