You are here

function opigno_statistics_app_end_of_last_week in Opigno Statistics App 7

Get end of last week timestamp

Return value

int

File

includes/opigno_statistics_app.queries.inc, line 158

Code

function opigno_statistics_app_end_of_last_week() {
  return strtotime('Last Sunday, 23:59:59');
}