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
Crystal report 2008, draw graph with huge of data.
Datareader.Read() does not pull the required rows
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
Assigning a GPO to specific users and one Server only ?
Is there a tool to check to see who has enabled auto-forward in outlook
How to improve the email performance in C#
How do I setup my domain controller to keep the correct time on my domain?
Proxy? Do I have to?
How do web hosting providers keep public ip addresses live when one ISP fails
ShellExecute SW_HIDE