E
Ed
I can't seem to figure out how to make a date come out in a specific
format. I parse thorugh a text file sent ot me by someone else. One
day the date will be 3/5/07, the next 5 Mar, the next 05 March 2007,
etc. I've tried capturing whatever I get into a variable Dim ThisDate
as Date, then using Format(ThisDate, "yyyymmdd") to get 20070305 - but
it didn't work like I hoped it would. Any suggestions?
Ed
format. I parse thorugh a text file sent ot me by someone else. One
day the date will be 3/5/07, the next 5 Mar, the next 05 March 2007,
etc. I've tried capturing whatever I get into a variable Dim ThisDate
as Date, then using Format(ThisDate, "yyyymmdd") to get 20070305 - but
it didn't work like I hoped it would. Any suggestions?
Ed