I am trying to insert a document into mongodb from Neo4j using apoc, and the document contains a date that I need to be received in mongodb as a date type. Here is an example of what I am sending:
CALL apoc.mongodb.insert('mongodb://localhost:27017',...