<?PHP echo date('?-?-?'); ?>
<?PHP $day=new DateTime('last day of this month'); echo $day->format('M jS'); ?>