<?php echo date('l jS \of F Y h:i:s A'); ?> code example Example: get day from date php // Prints the day echo date("l") . "<br>";