cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms : date format

Former Member
0 Kudos

Hi all,

How to format dates in smartforms ?

A simple example : i have the date as 01.01.1009 , and i want to present 01-01-2009.

Do i have to program this whith abap?

thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Moo,

Check the F1 help of the ABAP editor regarding date format.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

by using EDIT MASK OR

By using Function Module that is CONVERSION_EXIT_LDATE_OUTPUT

We can change Date formats..AND also see this Link [DATE FORMAT|https://www.sdn.sap.com/irj/sdn/advancedsearch?adv=true&cat=sdn_all&cat=sdn_library&query=yyyy&searchmode=similar&similardocsuri=/forumsrm/1_category/42_category/50_forum/170538_thread/1911946_message] you will find different DATE FORMATS

Regards

Ranga

VB09104
Active Participant
0 Kudos

Yes, you need to do it with ABAP only. Use EDIT MASK for the same purpose.

Regards,

Vikas.

Former Member
0 Kudos

Yes. You have to programatically change it (through ABAP code).