• Instead of having the date formated as “4/14/2004” , how can I get it to format as “April 14, 2004”?
    <br>
    <pre>
    <?php the_date(”,'<h2>’,'</h2>’); ?>
    </pre>
    <br>
    Also, is there a way to get the Day of Week included?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Take a look in the admin interface (Options > Other options > date_format)
    The help is pretty straightforward. I think can add a day of the week…

    Thread Starter alan

    (@alan)

    Ha, I didn’t even think to look in the administration panel. Thanks.

    Thread Starter alan

    (@alan)

    This code, l – F j, Y, outputs this: Monday – April 12, 2004.
    Again, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spell out the Date and Day’ is closed to new replies.