Forums

Time and Date in my Theme - Simple but how ? (4 posts)

  1. hellows
    Member
    Posted 4 years ago #

    It is a simple question but I could not find a straight answer to it.
    How do I add time and date to my WP them.
    Format: Monday 13 May 2008.

    thanks

  2. iridiax
    Member
    Posted 4 years ago #

  3. hellows
    Member
    Posted 4 years ago #

    This is just a fixed time, date. Which is not changing. I need a real time and date showing in the them.

  4. iridiax
    Member
    Posted 4 years ago #

    You could use php (you'll probably want to set the timezone, which my code does not include):

    <?php echo date("F j, Y, g:i a"); ?>

    http://www.w3schools.com/php/php_ref_date.asp
    http://us.php.net/date

    Or use a clock plugin if you want clock time shown:

    http://wordpress.org/extend/plugins/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags