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
creating user defined services on windows 7
Cannot access Windows 2008 DFS links from Windows 2003
nmconnect
Imaging a RAID Setup to a Non-RAID Disk
Canon iR 2200 set IP adrress
Installing SSL certifcate on exchange 2010
Unable to access OWA
New Hire Workflow in WSS
Sun Certified Developer for Java Web Services 5 - Study guide/suggestions
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.