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
I think:
date('Ymd') == date('Ymd', strtotime($timestamp))