I usually generate a report for the previous day (as I imagine isn't all too uncommon) and so I'd like to date it with yesterday's date instead of today. Currently I have:
\title{foo}
\date{\today}
But I can't seem to find a \yesterday or anything beyond simple formatting in packages like datetime - is there a simple way to get this?


