I have DOB field in my collection which is of Date data type. It is a nullable field. Whenever I try to insert with a null value, i get an exception
{"code":"DBSU230","description":"Incorrect date format: 'NaN-NaN-NaN'. Correct format is 'yyyy-mm-dd'."}
How do I resolve it?
Thanks