<?php
    // Name: Prints the current date as Month D, YYYY

    echo date ( 'F j, Y' );
