Description | The |
Syntax | WEEK( |
Output | integer |
Variables
date
: The date or datetime for which you want to determine the week number.
Example
WEEK(`Event Date`)
Event | Event Date | WEEK |
Event A | 2023-09-10 | 36 |
Event B | 2023-08-25 | 34 |
Event C | 2023-01-15 | 2 |
Event D | 2023-12-31 | 52 |