We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1fe2f commit 0e01bd1Copy full SHA for 0e01bd1
source/includes/fact-iso-date-objects.rst
@@ -1,15 +1,11 @@
1
-.. versionchanged:: 3.6
+The argument can be:
2
3
-The argument must be a valid :ref:`expression
4
-<aggregation-expressions>` that resolves to one of the following:
+- An :ref:`expression <aggregation-expressions>` that resolves to a
+ :ref:`Date <document-bson-type-date>`, a :ref:`Timestamp
5
+ <document-bson-type-timestamp>`, or an :ref:`ObjectID
6
+ <document-bson-type-object-id>`.
7
-- A :ref:`Date <document-bson-type-date>`, a
- :ref:`Timestamp <document-bson-type-timestamp>`,
8
- or an :ref:`ObjectID <document-bson-type-object-id>`.
9
-
10
-- A document of the following form:
11
12
- .. versionadded:: 3.6
+- A document with this format:
13
14
.. code-block:: javascript
15
0 commit comments