(date('Y-m-d H:i-5:s'))
但它不正确,因为这是它的转储:
2012-08-08 13:27-5:49
任何想法我该怎么办?谢谢 !
strtotime()
例:
echo date('Y-m-d H:i:s',strtotime('-5 minutes'));