PHP ~ date compare now

if(time() > strtotime('2010-04-24 22:30:00'))
{
$isPast = true;
}
else
{
$isPast = false;
}

沒有留言: