cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

kanade_sanjay
Node Link
since ‎07-01-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I want to create object and get it in JSON format along with its ID in the format. Suppose I create object like this: CREATE (task3:TASK {idesc: 'Task 3', status: 'new', due_date: date("2020-06-16") }) The simplest query MATCH (n) RETURN n This retu...
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 ...
Kudos from