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
Dead harddrive - clicking sound
Aside from Flowplayer, recommend a good video/audio player for the web?
get wrong autodiscover server in warning message....
OS4 MultiTask Programming: How to get network while in Background?
PDF to DOC converter
Set default language, country and time zone for all users via Windows XP registry
mstsc rdpfile published on citrix
How to get rid of annoying outlook logon windows
how to load ipt_REDIRECT.ko
What is a strong name?