Friday, October 19, 2012

Get datetime with php

how to get datetime with php?

$datetime = date('Y-m-d H:i:s');

echo $datetime;