Function reference
Return the week number of a date value. (ISO standard)

WeekNumberISO ( ‘string date’ )

Argument Description
string date The date, represented as a string, for which you want the week number

Data type: Integer

Example:
Expression returns 39
WeekNumberUS( ’2013-09-25’ )

Last modified: 23 May 2021