I'm trying to find how I can order my output by date when I have dates that are in the string format produced by the unix date command. I would like to say something like
ORDER BY apoc.date.unix(Date)
The unix data command produces a string that looks like:
Mon Apr 29 19:01:53 UTC 2019
I've upgraded my Neo4j Community addition to the most recent in order to get the temporal functions. These seem to address a similar but different problem. I've now installed APOC but haven't found among the functions there a solution to my problem.