On this page本页内容
$week¶Returns the week of the year for a date as a number between 0 and 53.
Weeks begin on Sundays, and week 1 begins with the first Sunday of the year. Days preceding the first Sunday of the year are in week 0. This behavior is the same as the “%U” operator to the strftime standard library function.
The $week 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 | |
|---|---|
| 0 | |
| 1 | |
| 33 | |
| 44 | |
| 43 | |
error | |
error | |
error |
Note
$week cannot take a string as an argument.