View previous topic :: View next topic |
Author |
Message |
Mii-chan
Joined: 09 Dec 2003 Posts: 2
|
Posted: Tue Dec 09, 2003 6:19 am Post subject: b2 Date help |
|
|
How come, even though I set my date to look like this:
December 04, 2003
It keeps showing up like this on my page:
D 04, 2003
http://seven.touya.nu/
This is the code I'm using:
Code: | <?php the_date(""); ?> |
And then in my options menu I set it up as F d, Y. Which is what it says to use if I want the December 4, 2003 format. Even when I set it as M d, Y, it still shows up as D 04, 2003.
Help?  |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 967 Location: Washington
|
Posted: Tue Dec 09, 2003 7:16 am Post subject: |
|
|
Try...
Code: |
<?php the_date('F d, Y'); ?>
|
_________________ Michael P. |
|
Back to top |
|
 |
Mii-chan
Joined: 09 Dec 2003 Posts: 2
|
Posted: Wed Dec 10, 2003 12:58 am Post subject: |
|
|
Nope, I've already tried that.  |
|
Back to top |
|
 |
|