How to display post_date?

Discussion in 'WordPress' started by Divvy, Oct 14, 2015.

  1. #1
    Hello my friends,

    Does anyone know how to display post date in this format? dd/mm/yy?

    Thanks! :)
     
    Divvy, Oct 14, 2015 IP
  2. Divvy

    Divvy Well-Known Member

    Messages:
    785
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #2
    Find it! Thank you anyway guys :)

    <?php the_date('d/m/Y'); ?>
    PHP:
     
    Divvy, Oct 14, 2015 IP
  3. emily008

    emily008 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    see more options here https://codex.wordpress.org/Function_Reference/the_date
     
    emily008, Oct 14, 2015 IP
  4. Divvy

    Divvy Well-Known Member

    Messages:
    785
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Thank you Emily :)
     
    Divvy, Oct 14, 2015 IP