Hi all
Here a java code that converts date to Oracle_date:

Public static java.Sql.Date convert_to_oracle_date(java.until.Date date) {
Try{
Java.sql.Date var= new java.sql.Date(date.get time());
Return(var);
} catch(Exception E) {
Return(null);
}
}

My question is: is there a similar code to convert date to Neo4j_date?! 

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

Reply via email to