AustinV
03-10-2011, 12:34 AM
A vendor is giving me date information in the mmddyyyy format. For example, 11291926 is November 29, 1926. I'm trying to convert it to datetime, but I can't find a code here that works:
http://msdn.microsoft.com/en-us/library/ms187928.aspx
another vendor gives me date information in the yyyymmdd format and I use 112 just fine, but this format is throwing me off. Any suggestions?
http://msdn.microsoft.com/en-us/library/ms187928.aspx
another vendor gives me date information in the yyyymmdd format and I use 112 just fine, but this format is throwing me off. Any suggestions?