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...