<?php print strftime('%A %b %e: day %j of %Y'); ?>
<?php $t = strtotime('now + 3 weeks'); print strftime('%c',$t); ?>