Description
Returns the elapsed week number for the specified date.
The week number will be as defined as a simple division of 7 over the number of days since Jan 01.
Signature
GetWeekElapsed('datetime')
Example
GetWeekElapsed('12/31/2012') Returns 52 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
datetime | xxxx | xxxx | xxxx |