Hi,
We need a way to get the creation date of the returned objects list from a query. With MongoDB the date is part of the _id field of an object. Unfortunately, when we receive the result of a query we do not have access to the _id field.
Chris, is there a way to retrieve the timestamp of the object part of the query ? If its easier, simply return the _id field and we will convert in on our side. This is not a problem.
thank you
Nick