G
Guest
In VB6.0 I Did This operation with dates.
Dim d as String
D=Date
D=D-1
or
D=D+1
In Vb.2003
Dim d As String
d = Microsoft.VisualBasic.Today.Date-1
and I received a error.
Who this work in Vb.2003?
Thanks.
Dim d as String
D=Date
D=D-1
or
D=D+1
In Vb.2003
Dim d As String
d = Microsoft.VisualBasic.Today.Date-1
and I received a error.
Who this work in Vb.2003?
Thanks.