C
Christian Blackburn
Hi Gang,
VB6 has a command called Date and it would not to surprisingly return the
date in the following ways:
Date() = 9/10/2003
Date(now) = 9/10/2003
Date("8/12/2000 12:20PM") = 8/12/2000
What is the equivalent of this command in VB.Net?
Thanks in Advance,
Christian Blackburn
VB6 has a command called Date and it would not to surprisingly return the
date in the following ways:
Date() = 9/10/2003
Date(now) = 9/10/2003
Date("8/12/2000 12:20PM") = 8/12/2000
What is the equivalent of this command in VB.Net?
Thanks in Advance,
Christian Blackburn