Hi!
I have a problem with the date of the posts.
This is the php code of the relevant part: <p class="date"><?php the_time() ?> <?php _e( 'in', 'buddypress' ) ?> - after this, you can only see the time of the creation of the post (pl.: 8:55).
When I tried to replace the time with a date function it didnt work.
<p class="date"><?php getdate("Y.m.d H:i") ?> <?php _e( 'in', 'buddypress' ) ?>
How can I solve this problem?
Thanks!