Forums

Change date (month) format (2 posts)

  1. lawyer01
    Member
    Posted 1 month ago #

    Hi! im using:

    <?php the_time('d')?></br />
    <?php the_time('m')?>

    to get the day of the post and month under the day.
    But what i actually need isn't numbers of the month 1,2,3.. but jan, feb, mar.. etc is there a way to change the format on month?

    Thank you

  2. apljdi
    Member
    Posted 1 month ago #

    is there a way to change the format on month?

    Yes. As it says in the Codex, "You can use the table of date format characters on the PHP website as a reference for building date format strings for use in WordPress."

Reply

You must log in to post.

About this Topic