Mix the output of date( ) with a text string to get a natural-looking statement
print "The day yesterday was " . date("l", time( ) - 86400);