You are here

function opigno_statistics_app_start_of_last_week in Opigno Statistics App 7

Get start of last week timestamp

Return value

int

File

includes/opigno_statistics_app.queries.inc, line 149

Code

function opigno_statistics_app_start_of_last_week() {
  return strtotime('Midnight Last Monday - 1 week');
}