Hi there,
I tried to export a date into DDMMYYYY format. The date is exported into del format file. I'm able to extract the day, month, year and concatenate it to DDMMYYYY. But it is of string and the date exported to the file will be quoted with "" for eg. "02022003". But I don't want the date be quoted. Therefore, I used Integer() function to avoid this. Too bad that the leading 0 is lost when Integer() applied. Could someone helps on this?
Thanks & rgds
I tried to export a date into DDMMYYYY format. The date is exported into del format file. I'm able to extract the day, month, year and concatenate it to DDMMYYYY. But it is of string and the date exported to the file will be quoted with "" for eg. "02022003". But I don't want the date be quoted. Therefore, I used Integer() function to avoid this. Too bad that the leading 0 is lost when Integer() applied. Could someone helps on this?
Thanks & rgds