I need to have events, they can have startDate, startTime, endDate, endTime.
But but not all events will have a startTime, endDate, endTime.
So I made those 4 fields seperate.
But when I leave those 3 that arent always used, it puts in "12/31/1969" for the date or "07:00" for the time if they are left empty.
I am checking for null, but its not saying its null, but I left the fields empty.