function getDay($day){
return abs(strtotime($day) - strtotime(date("Y-m-d")))/86400;
}
echo getDay('2012-5-10');
//strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳
php相隔算天数
阅读:3547 输入:2014-05-27 00:48:23
- 上一篇:php生成流水号
- 下一篇:input与seelct功能二合一