hcclnoodles
IS-IT--Management
Hi all
Wonder if you can help , I have a comma delimited file where the 13th to the 31st character of each line is populated by the date and time."2004-07-21 09:39:06"
16-5-141551,2004-07-21 09:39:06,8815
22-5-340394,2004-07-22 09:39:41,8001
22-5-340433,2004-07-23 09:42:20,1701
I have been asked to remove the time completely (i can probably work that bit out for myself) and reformat the date to DDMMYY so effectivly the file should look like this
16-5-141551,210704,8815
22-5-340394,220704,8001
22-5-340433,230704,1701
I really havent got a clue how to get started on this, hence the post, any help would be greatly appreciated
Gary
Wonder if you can help , I have a comma delimited file where the 13th to the 31st character of each line is populated by the date and time."2004-07-21 09:39:06"
16-5-141551,2004-07-21 09:39:06,8815
22-5-340394,2004-07-22 09:39:41,8001
22-5-340433,2004-07-23 09:42:20,1701
I have been asked to remove the time completely (i can probably work that bit out for myself) and reformat the date to DDMMYY so effectivly the file should look like this
16-5-141551,210704,8815
22-5-340394,220704,8001
22-5-340433,230704,1701
I really havent got a clue how to get started on this, hence the post, any help would be greatly appreciated
Gary