On this page本页内容
$month¶Returns the month of a date as a number between 1 and 12.
The $month expression has the following operator expression syntax:
Changed in version 3.6.在版本3.6中更改。
The argument must be a valid expression that resolves to one of the following:
New in version 3.6.版本3.6中的新功能。
date |
The date to which the operator is applied. <dateExpression> must be a valid expression that resolves to a Date, a Timestamp, or an ObjectID. | ||||||
timezone |
|
| Result | |
|---|---|
| 1 | |
| 11 | |
| 1 | |
| 8 | |
| 12 | |
error | |
error | |
error |
Note
$month cannot take a string as an argument.