week
This section contains reference documentation for the week function.
Returns the ISO week of the year from the given epoch millis in UTC or specified timezone. The value ranges from 1 to 53.
Signature
week(tsInMillis)
week(tsInMillis, timeZoneId)
weekOfYear(tsInMillis)
weekOfYear(tsInMillis, timeZoneId)
Usage Examples
week |
---|
49 |
week |
---|
50 |
week |
---|
49 |
week |
---|
50 |
Last updated