Thread: grr Last Bred
View Single Post
  #8  
Old 08-10-2011, 06:24 PM
Chibi_Chicken Chibi_Chicken is offline
Niwatori Kami
 
Join Date: Jun 2011
Posts: 63
Gender: Unknown/Other
Credits: 7,422
Chibi_Chicken is on a distinguished road
Default

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.
Reply With Quote