stijnsanders / TMongoWire

Delphi MongoDB driver
MIT License
102 stars 37 forks source link

support for "$date" #10

Closed stijnsanders closed 12 years ago

stijnsanders commented 12 years ago

Spotted date values in a {$date:"..."} notation here: http://www.youtube.com/watch?NR=1&feature=endscreen&v=b1BZ9YFsd2o

TODO: find out more and convert TDateTime to/from this notation.

stijnsanders commented 12 years ago

appears a data format used when importing/exporting only: http://www.mongodb.org/display/DOCS/Import+Export+Tools