date : 04.06.2008
While downloading date to the excel format it appears as 04062008
and not as 04.06.2008
i used the following code
write sy-datum to to wa_item-sydatum.
and ...
finally the datas are passed to the internal table.
but i need the date to be downloaded in this format 04.06.2008 as well as time
How to do this ??