Hi
I am trying to parse a date during an import but I am getting the There is no procedure with the name 'apoc.date.parse' registered for this database instance
error message.
I have the apoc plugin installed on the database and looking at the list of procedures I can see that both apoc.date.expire
and apoc.date.expireIn
are listed but no other date.*
procedures are available.
Is there something I need to configure to enable these procedures?