Skip to content

Commit 0e01bd1

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-13862 aggregation date expressions (#451)
* DOCS-13862-aggregation-date-expressions * DOCS-13862-aggregation-date-expressions Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 7c1fe2f commit 0e01bd1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

source/includes/fact-iso-date-objects.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
.. versionchanged:: 3.6
1+
The argument can be:
22

3-
The argument must be a valid :ref:`expression
4-
<aggregation-expressions>` that resolves to one of the following:
3+
- An :ref:`expression <aggregation-expressions>` that resolves to a
4+
:ref:`Date <document-bson-type-date>`, a :ref:`Timestamp
5+
<document-bson-type-timestamp>`, or an :ref:`ObjectID
6+
<document-bson-type-object-id>`.
57

6-
- A :ref:`Date <document-bson-type-date>`, a
7-
: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
8+
- A document with this format:
139

1410
.. code-block:: javascript
1511

0 commit comments

Comments
 (0)