<span class="j"><?php the_time('j'); ?></span>
<span class="my"><?php the_time('F / y'); ?></span>
This displays the day and the year correctly, but the month displays as "May" instead of "June."
Ideas?
<span class="j"><?php the_time('j'); ?></span>
<span class="my"><?php the_time('F / y'); ?></span>
This displays the day and the year correctly, but the month displays as "May" instead of "June."
Ideas?
I'm an idiot. Never mind. :)
This topic has been closed to new replies.