Results 1 to 2 of 2

Thread: Time function won't display correctly

  1. #1
    Sculley is offline Hello World
    Join Date
    Dec 2009
    Posts
    48

    Default Time function won't display correctly

    Date not showing correctly on posts on this blog. Showing as January , Tuesday12 2010 instead of day first. Date format in settings is set to: Date Format January 13, 2010
    Also tried copying and pasting different meta times into singlepost.php but won't work. Tried copying meta time from WP codex but won't work either:

    <?php the_time('l, F jS, Y') ?>


    Any ideas?

  2. #2
    Edwin is offline Hello World
    Join Date
    Nov 2009
    Posts
    47

    Default

    Try this:
    PHP Code:
    <?php echo date('l, jS, F, Y'); ?>
    It will return this format:

    Monday, 18th, January, 2010

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •