Microsoft
Software
Hardware
Network
Question : Converting Date format
how to convert the "20090902" to "10/2/2009"
is there a conversion formula or you have to do some left right mid manipulations?
Answer : Converting Date format
Dim s
s = "20090902"
s = Mid(s, 5, 2) & "/" & Mid(s, 7) & "/" & Left(s, 4)
if you want it in a query, change s with the name of the field
Random Solutions
Windows XP BSOD 0x000000f4 (0x00000003, 0x86e69b50, 0x86e69cc4, 0x805fb146)
Missing Text Description in Add/Remove Programs
DPM 2010 - Agent Install Problem (On 2k3 DC)
Delphi & TWebBrowser issue ???
How to Combine The Data in Two Excel Sheet into One Using VBA
Raid 1 Rebuild Failed - Adaptec 1210SA
Unable to assign a resource to meeting in Outlook 2010
Change Username on SBS2008
Exchange 2010. Install Failed, now can't uninstall
transfering a directory with multiple files in parallel