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 9ae2fa4 commit 8b8ff9eCopy full SHA for 8b8ff9e
source/reference/aggregation.txt
@@ -844,8 +844,9 @@ argument and return a JavaScript "long" number.
844
Takes a date and returns the week of the year as a number
845
between 0 and 53.
846
847
- Weeks start on Sundays and the days before the first Sunday of the
848
- year are in "week 0."
+ 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
849
+ week 0. This behavior is the same as strftime "%U".
850
851
.. expression:: $year
852
0 commit comments