2012-03-27 117 views

回答

3
echo date('Y-m-d H:i:s',strtotime("03/16/2012 03:22PM")); 

DEMO

+0

謝謝......這是工作的罰款! :) – swapnesh 2012-03-27 10:14:08

0

$date = date('Y-m-d H:i:s', strtotime("03/16/2012 03:22"));

相關問題