arg_format = 'w'; $this->formula = views_date_sql_extract('WEEK', "***table***.$this->real_field"); } /** * Provide a link to the next level of the view */ function summary_name($data) { $created = $data->{$this->name_alias}; return t('Week @week', array('@week' => $created)); } }