Which PHP function can return the current date/time?
echo date("d-m-Y H:i:sa");
This code will get the date and time of the server that the code runs on.