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 while downloading data into open office excel

Former Member
0 Likes
388

Hi experts,

i am trying to download hr personal data into excel from an internal table using GUI_DOWNLOAD, where date field, in excel, are having 2 different types of date format and the formats are :

1) 05/08/52

2) 22.04.1957

But i want to maintain only one type date format... preferably the 2nd one.

please help me out in this....

with regards.

Praveen

Hi experts,

i am trying to download hr personal data into excel from an internal table using GUI_DOWNLOAD, where date field, in excel, are having 2 different types of date format and the formats are :

1) 05/08/52

2) 22.04.1957

But i want to maintain only one type date format... preferably the 2nd one.

please help me out in this....

with regards.

Praveen

1 REPLY 1
Read only

Former Member
0 Likes
339

Hi,

Convert the date fields in the internal table using conversion routines.

Regards

Praveen