M
magic kat
I need to be able to retrieve a text file and have it automatically display
a date column in a date format, rather than the value 39288.3743055556 or
whatever value comes across. What happens is we retrieve the file, and even
though the value is correct, the display isn't. So when the user re-saves
the file as a csv file, the value is lost. What actually gets saved is
..3744305556 which is useless, I can't even convert that back to a date
value.
So is there a way to automatically have a column retrieved to display
correctly? Right now we always have to reformat that column so the date
07/25/2007 8:59:00 AM is displayed correctly, then when saved as a csv file,
it is saved with the correct value. I would like this to be automatic.
Thanks for any help or ideas!
a date column in a date format, rather than the value 39288.3743055556 or
whatever value comes across. What happens is we retrieve the file, and even
though the value is correct, the display isn't. So when the user re-saves
the file as a csv file, the value is lost. What actually gets saved is
..3744305556 which is useless, I can't even convert that back to a date
value.
So is there a way to automatically have a column retrieved to display
correctly? Right now we always have to reformat that column so the date
07/25/2007 8:59:00 AM is displayed correctly, then when saved as a csv file,
it is saved with the correct value. I would like this to be automatic.
Thanks for any help or ideas!