You are here

function _support_pm_last_day_month in Support Ticketing System 7

Same name and namespace in other branches
  1. 6 support_pm/support_pm.admin.inc \_support_pm_last_day_month()
1 call to _support_pm_last_day_month()
support_pm_admin_reports in support_pm/support_pm.admin.inc

File

support_pm/support_pm.admin.inc, line 326

Code

function _support_pm_last_day_month($time) {
  return strtotime(date('M ' . _support_pm_days_in_month($time) . ', Y 12:00', $time));
}