B
Bankboy
I import external data from a text file downloaded from an antiquate
database with the result that the date format is as follows:
20041106
How can I convert this date to read:
06/11/2004
without having to manually change each one, which could run int
thousands of values.
Thanks
database with the result that the date format is as follows:
20041106
How can I convert this date to read:
06/11/2004
without having to manually change each one, which could run int
thousands of values.
Thanks