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.

rikku
Node
since ‎07-21-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a simple time parsing: RETURN apoc.date.parse("11:43:00", "h", "hh:mm:ss") which returns 11 and when I want to handle AM/PM I write RETURN apoc.date.parse("11:43:00 AM", "h", "hh:mm:ss a") but get the error: Failed to invoke function apoc.dat...