I would like to do a query based on a MongoDB ISODate field. However, I'm not sure how to serialize a Java Date object into the correct ISODate object, which can then be used with QueryBuilder. A little example code would be greatly appreciated. Thanks a lot.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Serialization of a Date object to the appropriate representation in JSON ({$date:
works just fine. Be wary of timezones though. |
|||||
|