Hi,
This is probably a very stupid question, but here it goes.
How do I get yesterday's date? In this format:
date("m.d.Y");
Is there anyway I can just subtract 1 from the day?
<? $ts = strtotime('-1 day'); date("m.d.Y",$ts); ?>