I use the code
but when I pass the iDate as a parameter the value is #12:00:00 AM#
what I need to pass is a null date. what should I do?
Code:
Dim iDate As DateTime = Nothing
what I need to pass is a null date. what should I do?