When I export my file as TXT file the txt file shows the my field Datum (this is a date) always with some time fields (Something like 00:00:00)
I must have in the asci file: dd/mm/yyyy
In the export I cannot define to skip the time.
So I have to convert the date before exporting in a text field with the right format.
I tried:Expr1: Day(Datum)&"/"& Month(Datum &"/"& Year(Datum) but then I get only one digit for the days from 1 to 9
I also tried: Expr1: DatePart("dd",[Datum]) etc but I get an error message which sais the syntax is not correct (i think something with the comma)
Looks like a simple problem again, but I do not get it solved!
I must have in the asci file: dd/mm/yyyy
In the export I cannot define to skip the time.
So I have to convert the date before exporting in a text field with the right format.
I tried:Expr1: Day(Datum)&"/"& Month(Datum &"/"& Year(Datum) but then I get only one digit for the days from 1 to 9
I also tried: Expr1: DatePart("dd",[Datum]) etc but I get an error message which sais the syntax is not correct (i think something with the comma)
Looks like a simple problem again, but I do not get it solved!