You are here

function _support_pm_first_day_month in Support Ticketing System 7

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

File

support_pm/support_pm.admin.inc, line 322

Code

function _support_pm_first_day_month($time) {
  return strtotime(date('M 1, Y 12:00', $time));
}