Hi, this should be an easy one but I'm having trouble with the following formatting.
I have the text coming from an excel file which I bring into a table and want to convert it into a proper date:
"Tuesday, June 25"
I want to convert that into the standard date 6/25/13. I've tried Format(), I've tried DatePart, but so far I'm not getting the desired result.
Format([Date], "m/d/yy") just spits it right back out as Tuesday, June 25
I have the text coming from an excel file which I bring into a table and want to convert it into a proper date:
"Tuesday, June 25"
I want to convert that into the standard date 6/25/13. I've tried Format(), I've tried DatePart, but so far I'm not getting the desired result.
Format([Date], "m/d/yy") just spits it right back out as Tuesday, June 25
