Вычисление разницы в днях между датами

<?php
echo date_diff(new DateTime(), new DateTime('2011-09-01 12:12:11'))->days;
?>