Hmm, thanks for the suggestion but no dice.
Simply putting "yesterday" in doesn't work.
I ended up coding it myself and did so this way --
$currenttime = date('h');
$currentdate_queued = date('m/d/y',mktime($currenttime-24));
If anyone knows of a better way out there feel free to let me know.