Thank you. Somehow my format is not changing. Am I missing anything ?
1. RETURN apoc.date.format(timestamp(),'mm/yyyy/dd') ans: "2017-09-07 21:36:24" 2. RETURN apoc.date.format(timestamp()); ans: "2017-09-07 21:40:19" 3. RETURN apoc.date.format(timestamp(),'[ms]','yyyy/mm/dd'); ans: "2017/42/07" -- format is changed but its not correct. Thanks On Thursday, September 7, 2017 at 5:29:53 PM UTC-4, Michael Hunger wrote: > > Use APOC: https://github.com/neo4j-contrib/neo4j-apoc-procedures > > RETURN apoc.date.format(timstamp()); > > On Thu, Sep 7, 2017 at 11:27 PM, Sean R <[email protected] <javascript:> > > wrote: > >> Greetings.! >> Trying to print/return system date and timestamp. >> >> Following CYPHER gives me a value of - 1504818368473 >> >> RETURN TIMESTAMP() >> >> Not sure howto convert into mm/dd/yyyy >> >> I am using 3.2.2. - community edition. >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
