Hi all,
I have a string value read in from a file, which I need to either store in a date variable or convert to a date. The string read in is in the format YYYYMMDDHHMMSS, i.e 20060509140900 would be today at 14:09. I have tried using the format function to convert this, i.e
myDateVar = format (myStringVar, "DD/MM/YYYY HH:MM:SS")
When it gets to this line however, I get an "overflow" error. Anyone any ideas how I can get around this?
Thanks
I have a string value read in from a file, which I need to either store in a date variable or convert to a date. The string read in is in the format YYYYMMDDHHMMSS, i.e 20060509140900 would be today at 14:09. I have tried using the format function to convert this, i.e
myDateVar = format (myStringVar, "DD/MM/YYYY HH:MM:SS")
When it gets to this line however, I get an "overflow" error. Anyone any ideas how I can get around this?
Thanks