#DateValue bug in VB
15-Oct-91 10:45:18
Sb: #2832-#DateValue bug in VB
Fm: Don Funk 76701,155
To: Isaac Rabinovitch 72450,2331
Hi Isaac,
I tried the following and got the same serial date printed each time.
Could you include code that shows this.
Don Funk
Sub Form_Click ()
'33602
Print DateValue("30-Dec-91")
Print DateValue("12/30")
Print DateValue("30-Dec")
End Sub
There are 2 Replies.