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

Date Format

Former Member
0 Likes
661

Hi all,

I am having a date in format DD/MM/YYYY and i want to have format as DD-MMM-YYYY where MMM is first three character of Month, like JAN, FEB, MAR, etc.

So Do we have any such Function Module for this?

I don't want to do coding, I need only function Module name?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Hi Vipin,

FM 'MONTH_NAMES_GET' will be very useful for you.

Regards,

Erwan

2 REPLIES 2
Read only

Former Member
0 Likes
361

Hi Vipin,

FM 'MONTH_NAMES_GET' will be very useful for you.

Regards,

Erwan

Read only

0 Likes
360

Thanks for your Answer,

but i got better FM for this

'CONVERSION_EXIT_IDATE_OUTPUT'