To get the current date, the date function is used. See the example:
date
<?php echo date('Y-m-d'); ?>