File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -686,10 +686,11 @@ Options
686
686
687
687
The following :binary:`~bin.mongoexport` uses the :option:`-q` option
688
688
to export only the documents with the field ``a`` greater than or
689
- equal to (:query:`$gte`) to ``3`` and the field ``date`` less than
690
- ``ISODate("2016-01-01T00:00:00Z")`` (using the :ref:`extended JSON v2
691
- format (relaxed mode) for dates { "$date":
692
- "YYYY-MM-DDTHH:mm:ss.mmm\<offset\>"} <extended-json-date>`):
689
+ equal to (:query:`$gte`) ``3`` and the field ``date`` less than
690
+ (:query:`$lt`) ``ISODate("2016-01-01T00:00:00Z")``, which is
691
+ specified using the :ref:`extended JSON v2 format (relaxed mode) for
692
+ dates <extended-json-date>` ( ``{ "$date":
693
+ "YYYY-MM-DDTHH:mm:ss.mmm\<offset\>"}`` ):
693
694
694
695
.. code:: bash
695
696
You can’t perform that action at this time.
0 commit comments