Which PHP function can return the current date/time?
You can use this format also:
$date = date("d-m-Y");
Or
$date = date("Y-m-d H:i:s");