Microsoft
Software
Hardware
Network
Question : Convert Date Format CCYYMMDD to MMDDYYYY
I am having difficulties converting the Century date to USA date display. In my Micorsoft SQL 2000 statement I am using the following in my view:
Convert(varchar, dbo.WFALREP.ALAKD8,101)
The field [ALAKD8] is used as the Job Completed Date for a work order completion. When the SQL is 'run' is does not convert the Century date (i.e. 1100616 does not display as 06/16/2010). I also have another field [ABAADT] which is a Requested Date, so I'll be using the same format for this field as well.
Thank you in advance.
Answer : Convert Date Format CCYYMMDD to MMDDYYYY
so what about
Convert(datetime, cast((dbo.WFALREP.ALAKD8 +19000000) as varchar),101)
Random Solutions
Can't Figure Out How to Turn Off PHP Display Errors
Auto Send Excel as Email Attachment
Fields not being read from CSV
Mixing x32 and x64 apps and OS's
Default Printer Changes using Terminal Server
Use different HTTP Redirects on multiple virtual directories in IIS 7.5
Update HP onboard administrator SSH version?
Getting round-robin load balancing working with vSphere 4.0 cluster on EqualLogic PS4000X
ODBC connect to ORACLE 11G using Redhat Linux 5.4
Flag duplicate record