Recent Topics

1 Mar 11, 2008 08:22    

My b2evolution Version: Not Entered

I have actually set the blog to be in en-US regional with a format of date like this: M d Y and g:i:s a
but then what comes out into the post section is this: March 10th, 2008
and into the comments section is this: Mar 10 2008 @ 20:37

I would like to have each date to be March 10 2008 and time to be 8:37 pm. What do I need to do? Thanks.

2 Mar 11, 2008 08:58

You have to change the format around line 89 of your /skins/yourskin/_item_comment.inc.php:

<?php $Comment->date() ?> @ <?php $Comment->time( 'H:i' ) ?>

There you change the date and time format for comments. I'm assuming you're using 2.x versions, although you don't say.

3 Mar 11, 2008 09:08

Yes you are correct about the version and your reply works. Just changed it, thanks a lot. One more thing please, how about the date on the posting, just below the title? Where can I change the format?

4 Mar 11, 2008 09:51

I found the format of the time into posts.main.php. Thanks,it works.


Form is loading...