Good day,
I just installed this great software and i am trying to find a solution how i can edit the date to this format, as example:
"By Author on February 13th, 2007"
Good day,
I just installed this great software and i am trying to find a solution how i can edit the date to this format, as example:
"By Author on February 13th, 2007"
The problem is showing the "rd" "st" "th" behind the day date..
My date format is this:
the_time('d/m/Y')
Hi there!,
This shows the international date format:
23/09/2007
for english format:
the_time('m/d/Y')
Cheerz!,
Hope this can Help!,
hmm, i guess i described my problem wrong. I want that it will show the date like this: "February 13th, 2007"
The nifty part is how the script will decide if it should add "th", "st" or "rd" behind the day date.
February 13th, 2007 =
<?php the_time('F jS, Y') ?>
just like is shown in the default theme.
This topic has been closed to new replies.