I want to convert ObjectID (Mongodb) to String in JavaScript. When I get a Object form MongoDB. it like as a object has: timestamp, second, inc, machine. I can\'t convert to
Try this:
objectId.str
See the doc.
ObjectId() has the following attribute and methods: [...] str - Returns the hexadecimal string representation of the object.
ObjectId() has the following attribute and methods:
ObjectId()
[...]
str