Note: This story was dynamically reformatted for online reading convenience. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Today's Date</title> </head> <body> <P>Today's Date (according to this Web server) is <?php echo( date("l, F dS Y.") );?> </body> </html>