// current year <?php echo date("Y"); ?> // current month <?php echo date("m"); ?> // current day <?php echo date("d"); ?>