Specs: Windows 7, Delphi XE7, VCL
Whenever my app comes across a date year like 1899, my app throws the error:
"12/30/1899 8:00:00 AM' is not a valid date."
I need a way to detect certain date(s), like the one above, and when found, I guess I will skip over it and just write "N/A" or something for those items, or else I will get the error mentioned above.
Any suggestions of how to detect or avoid this error ?