I have a property called GetDate which returns a Date object if the date is valid and should return Nothing if the date is invalid. The problem is that Nothing does not get returned instead if the date is invalid "01/01/0001 00:00:00" gets returned. Any ideas?
...
Go to the complete details ...