xRPG Core Library Procedures - RNBDATES: getDateWeekNum()
Get the number of the week from a date.
Based on ISO standards, the number of a week can be from 1 to 53.
Usage:
getDateWeekNum( {dateIn} );
| dateIn |
D |
Const |
Opt |
The date. If not sent then %date() is used. |
| Returns: |
2,0 |
n/a |
n/a |
The number of the week for this date. |