-
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?
-
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
-
Forum Rules