• I want to change the way my date is presented. How do I change it to read example “March 24, 2008”

    <div class=”date-meta”><span class=”date-day”><?php the_time(‘j’) ?><span class=”date-tense”><?php the_time(‘S’) ?></span></span><span class=”date-month-year”><?php the_time(‘M. × ’y’) ?></span></div>

    website is http://www.randomgoodness.ca

    thanks

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘PHP Date Help’ is closed to new replies.