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
backup exec 2010 on esxi
Website slow to load first time, fine subsequent times
Blackberry browser 400 error - socketexception Connection reset
Best way to handle vanity urls in IIS?
Lens error, restart camera error on Canon Ixus 60
SQL Encryption Key Error - SQL 2005
SBS Certificate Idea ... I may be wrong
basic quadratic question
Install Problem with Verizon PC770 2-in-1 PC Card and ExpressCard
Exchange 2010 Send-As permissions do not stay applied