B
Bob Day
Using VS 2003, VB.NET, MSDE...
This is incredible misleading that the following produces a results of
#2/13/04# if you hover your mouse over the Date_Time_Begin, although I do
think its value is #2/13/04 12:00:00AM#. This should be correct.
' convert into date.
Dim Date_Time_Begin As DateTime = CDate("#2/13/04 12:00:00 AM#")
Please advise
Bob Day
This is incredible misleading that the following produces a results of
#2/13/04# if you hover your mouse over the Date_Time_Begin, although I do
think its value is #2/13/04 12:00:00AM#. This should be correct.
' convert into date.
Dim Date_Time_Begin As DateTime = CDate("#2/13/04 12:00:00 AM#")
Please advise
Bob Day