Depending on where your application picks up the date from, I had a similar problem solved by:
function date { /bin/date -d "yesterday"; }
or could likely use alias.