|
In Neo4j, dates are not directly supported via a native data type and thus are typically stored as long or String, depending on the specific use case and its requirements (e.g. human readability or suitability for calculations).
Currently we only support String based representations for storing dates in Neo4j (the same applies for CouchDB), so I believe it would make sense to make this configurable on a per-attribute base via an option.
|