cancel
Showing results for 
Search instead for 
Did you mean: 

Date Format in WDA table

Former Member
0 Kudos

Hi Experts,

I have had an excellent experience of getting expert answers here. I am again facing a small issue -

I have a form with a tabl ui element which gets populated with some values from the backend.

One of the field in the table is date. So i have a binding with the table with a node with attributes where one of the fiel in the table is date so is bound with an attribute in that node with date type DATS. Now the requirement of the client is that they want the date field in the table (on the form ) to be displayed in the form of mm/dd/yy and not mm-dd-yy. Right now it is being displayed as

mm-dd-yy. Is there any way to display the field in the table on the form in the form of mm/dd/yy ???

Thanks in advance for the help.

Accepted Solutions (1)

Accepted Solutions (1)

phanir_mullapudi
Active Participant
0 Kudos

Yea. Best option would be to have a String type field in that Node & while populating ALV data, format date into your required format mm/dd/yy & display it in the ALV & remove the Dats field from ALV output in ALV init method.

Thanks,

Phani

Answers (1)

Answers (1)

Former Member
0 Kudos

see this thread if this helps you [|]