Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-01-2020 09:51 PM
I'm new to Neo4j, querying the Desktop localhost from a JavaScript test file.
I have a date field and the following query works:
MATCH (n) RETURN n.due_date
But I want to format it in UTC format before returning. I saw some example of date format in this forum and tried the following query:
MATCH (n) RETURN apoc.date.format(n.due_date, 'ms', 'MMM d yyyy', 'PST')
But this gives the error Unknown function 'apoc.date.format' in browser console. How can I use the apoc functions in the desktop version?
Solved! Go to Solution.
07-02-2020 12:30 AM
Hello @kanade.sanjay and welcome to the Neo4j community
To use APOC functions, you must install APOC plugin On Neo4j Desktop, there is a Plugins
part at the bottom of your Project
, you must install APOC in this part. Then you click on manage
your database and you should see a Plugins
tab and you should be able to install APOC
This is a cool article to help you: documentation
Regards,
Cobra
07-02-2020 12:30 AM
Hello @kanade.sanjay and welcome to the Neo4j community
To use APOC functions, you must install APOC plugin On Neo4j Desktop, there is a Plugins
part at the bottom of your Project
, you must install APOC in this part. Then you click on manage
your database and you should see a Plugins
tab and you should be able to install APOC
This is a cool article to help you: documentation
Regards,
Cobra
07-02-2020 04:15 AM
Thanks. Installing the plugin fixed the problem.
07-05-2020 02:09 PM
I'm happy to hear that
09-29-2022 03:01 AM - edited 09-29-2022 03:50 AM
deleted
All the sessions of the conference are now available online