Hi all,
I have managed to take an excel spreadsheet and re-format the file as a delimited file using ParseExcel.
The problem I have is that the dates in the input file are being re-formatted in the output file.
The dates in the input file are in this format: 01/06/1976
When I use "print $myCell->Value", the date appears in the output file as 10-1-96.
If I use "print $myCell->{Val}", the date appears as 27912.
How do I get the output date to be the same format as the input date?
I have managed to take an excel spreadsheet and re-format the file as a delimited file using ParseExcel.
The problem I have is that the dates in the input file are being re-formatted in the output file.
The dates in the input file are in this format: 01/06/1976
When I use "print $myCell->Value", the date appears in the output file as 10-1-96.
If I use "print $myCell->{Val}", the date appears as 27912.
How do I get the output date to be the same format as the input date?