L
Laurence
In VS.2005 using VB.NET
I have tried to make a string
dim abc as string
abc = format(now,"mm/dd/yyyy")
or
abc format$(now,"mm/dd/yyyy")
but it doesn't work.
I get: 28/25/2006
the day and year are ok, but the month is always wrong,
the month is something different every time,
Thanks in Advance,
Laurence
I have tried to make a string
dim abc as string
abc = format(now,"mm/dd/yyyy")
or
abc format$(now,"mm/dd/yyyy")
but it doesn't work.
I get: 28/25/2006
the day and year are ok, but the month is always wrong,
the month is something different every time,
Thanks in Advance,
Laurence