Hello everyone
I am dealing with an array of data and there is a date in it like that '01 May 2007'
When dealing with it and populating the data it comes as dates .. and I want to keep it as string
so I put apostrophe so as to overcome this problem ..

But I am wondering if there is a better way or approach for that .. I tried using CStr but the same problem of being dates not string
Thanks advanced for help