Which PHP function can return the current date/time?
echo date('y-m-d'); // Today
This will return today's date.