Viewing 5 replies - 1 through 5 (of 5 total)
  • just change the format

    check this http://us3.php.net/date

    Thread Starter dtsports

    (@dtsports)

    Sorry, I don’t see anything on that link that shows me how to get the date to read:

    “IT’S MONDAY SEPTEMBER THE 10 AROUND 7:39AM AND”

    [snipe moderated]

    yes I did, sorry for not being more explicit

    IT'S <?php the_time('l') ?> <?php the_time('F') ?> THE <?php the_time('d') ?>

    That should give you something like

    IT’S MONDAY SEPTEMBER THE 10

    Put this code into required location… ie. index.php

    hope that helps

    sigh.

    Its <?php the_date('l') ?> <?php the_date('F') ?> the <?php the_date('j') ?> around <?php the_date('g:i A') ?>

    if thats not exactly right, play with it. [snipe moderated].

    Thread Starter dtsports

    (@dtsports)

    Thanks themesbycal, appreciate the fuller explanation. Being somewhat new to this, it can be overly intimidating to look at pages of code without knowing exactly what you’re looking for. So thank you.

    [valueless snipe moderated]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Funky Date Format’ is closed to new replies.