Function reference
Return the week number of a date value. (US standard)
WeekNumberUS ( ‘string date’ )
Argument | Description |
string date | The date for which you want the week number |
Data type: Integer
Example:
Expression returns 39
WeekNumberUS( ’2013-09-25’ )
Last modified:
23 May 2021
Post your comment on this topic.