I want to get last month's date. I wrote this out:
$prevmonth=date('M Y');
Which gives me the current month/year. I can't tell if I should use strtotime, mktime. Something to the timestamp? Do I need to add something afterwards to reset so that the date isn't set to last month throughout everything for all timestamps on my site? I'm trying to RTFM but it's hard for me to figure this out.