Filter for empty date values

Thank you for your reply and suggestion. Unfortunately it’s not possible enter “” or “null” for this field (from the UI as it’s a datetime field. And even adjusting the URL manually causes the filter to render “is Invalid Date”.

After digging a bit more it looks like, from the stack trace, that the filter tries to convert the value to a datetime and cannot handle an empty date.

Unless I am missing something?