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

Is there any function module to convert date format?

Former Member
0 Likes
461

Is there any function module to convert date format from mm/dd/yyyy to dd.mm.yyyy or sy-datum?

3 REPLIES 3
Read only

Former Member
0 Likes
438

You can use the WRITE statement with addition of date format.

Use F1 Help to check the write date format addition.

Read only

rainer_hbenthal
Active Contributor
0 Likes
438

write sy-datum using dd/mm/yyyy.

Use online help on how to put the result into another varaible.

Read only

Former Member
0 Likes
438

Hi,

wirte statement converts any date fomat in system date fromat

WRITE w_DateTO w_date_sys.

Regards,

Sriram