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
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
This is just a fixed time, date. Which is not changing. I need a real time and date showing in the them.
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:
This topic has been closed to new replies.