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
Cisco 2950 Vlan for Voice
How to restrict incoming RDP on a Windows XP PC from a particular WAN IP ?
Symantec Endpoint Protection - SID 23615 HTTPS Tidserv Request 2 Detected
Making a Button on a Form Visible After Checking the Text Property of a ComboBox on the Form
net share system error 5 acces denied
What are major differences between VB.NET and C#.NET?
How can i add column name in list generic?
IBM Think Pad HD error
Use .NET or SSIS to download Exhange email and process attachments
How to sync iphone 3.1.3 with exchange server 2003