You are here

protected function commerce_reports_handler_field_date::_normalizeWeekly in Commerce Reporting 7.3

File

includes/views/commerce_reports_handler_field_date.inc, line 29
Views field handler for the created date on orders.

Class

commerce_reports_handler_field_date
@file Views field handler for the created date on orders.

Code

protected function _normalizeWeekly($timestamp) {
  return strtotime('this week UTC', $timestamp);
}