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
'similar items' thumbnail linkusing php and mysql
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
Create a list of users in Active Directory whose account has been locked out for 90 days
Flash screen in vb.net 2005
How to get a one-to-many result set in mysql
Change SQL Server language setting
Scimore Embedded in VB 6
Changing hte ip address of the Symantec Endpoint Protection Server
printmig.exe aborting early
Tablespace