Hi, I want to change the time and date format to Dutch. I saw this code for it
'<?php topic_time(); ?>`
in post.php:
` <?php printf(__('Posted %s ago','rag'), bb_get_post_time()); ?> <a href="<?php post_anchor_link(); '
Posted 2 years ago
#
Hi, I want to change the time and date format to Dutch. I saw this code for it
'<?php topic_time(); ?>`
in post.php:
` <?php printf(__('Posted %s ago','rag'), bb_get_post_time()); ?> <a href="<?php post_anchor_link(); '
You could use code like this and change the "r" to any date format you'd like
http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55590
This is a list of all the date codes
http://us3.php.net/manual/en/function.date.php
RSS feed for this topic
You must log in to post.