Is there a PHP function I can use to do something like the following:
Like this:
$date6monthsago = strtotime('-6 months'); $date2year = strtotime('+2 year');