php如何获取年月日的时间戳以及日期的方法?
$myDateTime = "2010-03-30 12:20:05";echo date(strtotime($myDateTime),"Y-m-d");