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
Exchange 2010 Public Folder Error
difference between AD integrated dns server and dns server
BFILE to BLOB
Outlook 2007 w/ Exchange 2010 empty folder
Major help is needed customizing the Windows 7 default user profile
"Could not find schema information for ... "
jar encryption
ant carrying their own
is there a way to export GFI webmonitor Rules on isa 2006 for webgrade filter
Memory Leak in Poping Modal View Controller