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
Server 2008 R2 print server vs. XP clients
How can you search e-mail within Outlook 2010 and not use the index?
How do I use the Windows XP installation disc to replace missing system files?
Display Chart in TextBox
Two Networks - Two NICS - Security?
How to get lightbox to show over Flash banner?
Installer error 2869 Windows 7
Quick Launch Tool Bar
HiJackThis Analysis. Also "NoIE4StubProcessing"
Problem With Date() function