Display time and date

  • Unknown's avatar

    Hi,

    I would like to show what time my blog posts are posted, for example “January 18 2016, 11.00”. Right now it´s only possible to see which date I posted the post. Is there any code I can use to display time as well? The theme I´m using for my blog is the Twenty Eleven Theme.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, this can’t be done with CSS, but I tried this little trick on Twenty Eleven on my test site and it worked. Go to Settings > General and under Date Format, click “Custom” and delete everything in that field and add the following instead
    F, d, Y, g.i
    which will give you: example: January, 19, 2016, 4.33
    If you wish to have am or pm, then the code would be this.
    F, d, Y, g.i a
    If you wish to have 24 hour time, then the code would be this.
    F, d, Y, G:i

  • The topic ‘Display time and date’ is closed to new replies.