I know I've done the search, but even the answers don't work. I need to convert an item from a text file to a Date and am using the following coder to do it.
The code to read it is:
The data is :
Mike,Bright,Essays on Soap,8/27/2002 John,Smith,When I Am Clean,8/27/2002 John,Smith,Essays on Soap,8/27/2002 Sally,Baker,Essays on Soap,8/28/2002 Mike,Bright,When I Am Clean,8/29/2002
and the dates I get as a result are JAN 27, 2002, etc... HELP!! :roll: