When SQL server returns a null date, it is returned as 12:00:00 AM? I have coded around this in our website but never encountered it before and was not sure why it was working that way.
Dates aren't nullable objects so if you are using a date object then yes you will see it as "01/01/0001 00:00:00" (which is the same as what wrote above).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.