Navigation
This version of the documentation is archived and no longer supported.

ObjectId.getTimestamp()

ObjectId.getTimestamp()
Returns:The timestamp portion of the ObjectId() object as a Date.

In the following example, call the getTimestamp() method on an ObjectId (e.g. ObjectId("507c7f79bcf86cd7994f6c0e")):

ObjectId("507c7f79bcf86cd7994f6c0e").getTimestamp()

This will return the following output:

ISODate("2012-10-15T21:26:17Z")