Hey everyone,
I am having a problem with Format not working. I have tried several standard formats but it doesn't effect the output at all.
Dim tempstring As String = Format(Now(), "M, m") and Dim date As Date = Format(Now(), "M, m")
both have a final value of "8/16/2010 10:52:21 AM"
Thanks for the help.
Update I am still having problems in my program. I have tried format in a test console app and it works fine, so the problem is not vb or vs.