ok, so i understand the problem more now.
so when you get last bred from the adopt it displays
1969-12-31
i would get the adoptable last bred and then display
PHP Code:
echo date('Y-m-d', $lastbred);
echo date('Y-m-d', time());
See what the difference is, I dont know why it is giving 1969. Sorry I used $lastweek that is a misleading variable.