Reputation: 25
I would like to save timestamp information in mongodb.
I would like to know equivalent time stamp class which needs to be used in the entity to save it via jongo.
Thanks.
Upvotes: 0
Views: 179
Reputation: 1288
java.util.Date works well for me.
Upvotes: 1