This function returns the week of the given datetime value within the year.
date_get_week(date);
Argument | Type | Description |
---|---|---|
date | Datetime | The datetime to check. |
myweek = date_get_week(date_current_datetime());
This would set myweek to the current week.