function getDay($day){  
    return abs(strtotime($day) - strtotime(date("Y-m-d")))/86400;  
}  
echo getDay('2012-5-10');  
//strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳