- Reference >
- mongo Shell Methods >
- Object Constructors and Methods >
- ObjectId.getTimestamp()
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")
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.