This function returns the week of the given datetime value within the year.
date_get_week(date);
Real
myweek = date_get_week(date_current_datetime());
This would set myweek to the current week.