I\'ve got a timestamp in the following format (Which can easily be changed thanks to the beauties of PHP!).
2011-02-12 14:44:00
if (date('Y-m-d') == date('Y-m-d', strtotime('2011-02-12 14:44:00'))) { // is today }