Hello, Linkurious doesn't automagically converts data types yet, so the simplest solution is to duplicate the dates to store them as integers and as formatted strings.
Seb Le dimanche 19 avril 2015 23:15:38 UTC+2, דניאלה אסף a écrit : > > I use python bulbs for neo4jserver. I need to load data from xml files > into neo4j . > > some of the properties in the xml are DateTime type. > > I also need to calculate minDate and MaxDate for each node. > > I can't save the dates as strings because I cannot compare min date on > string. > > if I have '2015-01-20' is it ok tho save it as int 20150101 , or to > convert it to timestamp in python ( how ? ) > > I would like to use "linkurious" and display The properties of the nodes > and show the dates not as a number but string. how linkurious can convert > the date int property to format yyyy-MM-dd ? > > Do I need to save the date property twice ? ( one int format and the > second string format ?) > -- 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.
