I can execute the following command in neo4j Sandbox, neo4j desktop of Linux(ubuntu 18), but when I execute it in Neo4j desktop for mac OS
return apoc.date.parse('Jul 12, 2019', 's', 'MMM dd, yyyy')
I get the following error
Failed to invoke functio...