I am trying to check if the date field is null in my database. I tried to check using the operators eq and ne but did not seem to work. It is a date time field in DB. I tried == did not work...... != seems to be working though... Do I have to do any manipulations?