ooo I think i got it...
PHP Code:
if($lastbred == '') {
$article_content .= '';
}
else if($lastbred == '0') {
$article_content .= '';
} else {
$article_content .= 'Last bred: '.date('Y-m-d', $lastbred).'<br>
'.date('Y-m-d', time()). '<br>';
}
But the adults that have bred are still printing out two dates so remove the second date echo?