计算一个月有多少天

$count =  date("t",strtotime("2014-09-01"));   // 一个月有多少天

 

相关文章: