<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: date - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/date</link>
		<description>bbPress Support Forums &#187; Tag: date - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:02:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/date" rel="self" type="application/rss+xml" />

		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - Freshness displays only days, not years, months"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-freshness-displays-only-days-not-years-months#post-101153</link>
			<pubDate>Thu, 05 Apr 2012 03:45:22 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101153@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any news?
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - Freshness displays only days, not years, months"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-freshness-displays-only-days-not-years-months#post-101024</link>
			<pubDate>Mon, 02 Apr 2012 07:37:48 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101024@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>jaredatch,</p>
<p>since you say this might be a known bug could you please direct me to the issue in trac where this bug was originally traced? perhaps I can give some feedback there, being a rare one, and hopefully help somehow fixing it</p>
<p>thanks
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - Freshness displays only days, not years, months"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-freshness-displays-only-days-not-years-months#post-100940</link>
			<pubDate>Sat, 31 Mar 2012 07:43:22 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">100940@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I hope so</p>
<p>anyway as an alternative solution I wouldn't mind know how to display the simple date of publishing, it's fine
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "[bbpress 2 plugin] - Freshness displays only days, not years, months"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-freshness-displays-only-days-not-years-months#post-100923</link>
			<pubDate>Fri, 30 Mar 2012 16:17:08 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100923@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm pretty sure this is an extremely rare but known bug. Let me see if I can get jjj's 2 cents on this. Stand by!
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - Freshness displays only days, not years, months"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-freshness-displays-only-days-not-years-months#post-100909</link>
			<pubDate>Fri, 30 Mar 2012 11:18:42 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">100909@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have recently transfered old bbpress 1.x standalone forums to the new bbpress 2.1 plugin platform</p>
<p>The moving was fine and I got back all my old forums.</p>
<p>However there's something odd concerning the "freshness" of forums and discussions.</p>
<p>Normally freshness would display things like </p>
<p>Posted $years ago, or $months ago, or $days ago... and if very recent, hours, minutes, etc.</p>
<p>In my case, very old posts appear in the format "posted 674 days ago" or "posted 374 days ago" which is really not nice way to display</p>
<p>I'd like to display freshness as it was with 1.x forums. "Posted 1 year ago", "posted 2 years ago", that is. Alternatively I wouldn't mind to get rid of freshness and replace it with standard last updated time (last updated on 2nd December 2009)</p>
<p>I'm running a localised version of WordPress (IT_it), however other dates are fine with other post types.
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "get_topic_start_time customization"</title>
			<link>http://bbpress.org/forums/topic/get_topic_start_time-customization#post-88784</link>
			<pubDate>Tue, 14 Jun 2011 17:08:21 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">88784@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i solved it by ....topic_start_time....<br />
thanks.<br />
maybe get_topic_start_time doesn't work
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "get_topic_start_time customization"</title>
			<link>http://bbpress.org/forums/topic/get_topic_start_time-customization#post-88760</link>
			<pubDate>Tue, 14 Jun 2011 02:14:21 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">88760@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Try this in your template's topic.php:<br />
<code>&#60;li&#62;&#60;?php printf(__(&#039;Started %1$s by %2$s&#039;), bb_datetime_format_i18n(get_topic_start_time(array(&#039;format&#039; =&#62; &#039;timestamp&#039;))), get_topic_author()) ?&#62;&#60;/li&#62;</code></p>
<p>You can use "timestamp" but then you need to convert it from a Unix timestamp using <strong>bb_datetime_format_i18n</strong>.</p>
<p>Hope that helps.<br />
Chris
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "get_topic_start_time customization"</title>
			<link>http://bbpress.org/forums/topic/get_topic_start_time-customization#post-88739</link>
			<pubDate>Mon, 13 Jun 2011 15:53:50 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">88739@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How to customize get_topic_start_time();</p>
<p>i want to display full time (13 June 2011 - 18:50)<br />
not 5 minutes ago.</p>
<p>format &#62; datetime didn't work.</p>
<p>thanks
</p>]]></description>
					</item>
		<item>
			<title>wendyleigh on "Change freshness to date after 24 hours"</title>
			<link>http://bbpress.org/forums/topic/change-freshness-to-date-after-24-hours#post-88523</link>
			<pubDate>Tue, 07 Jun 2011 02:47:43 +0000</pubDate>
			<dc:creator>wendyleigh</dc:creator>
			<guid isPermaLink="false">88523@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is it possible to do this? I want to have this '5 min ago' to change to the date eg. 7th June 2011 after say, 24 hours?
</p>]]></description>
					</item>
		<item>
			<title>answerthink on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-87675</link>
			<pubDate>Fri, 20 May 2011 13:46:15 +0000</pubDate>
			<dc:creator>answerthink</dc:creator>
			<guid isPermaLink="false">87675@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>To expand a bit on my above post...</p>
<p>1. This gives me the correct time in topic.php: &#60;?php topic_time("D M j, Y g:i a"); ?&#62;</p>
<p>2. This gives me the wrong time (+4hrs) in post.php: &#60;?php echo date("D M j, Y g:i a", (strtotime($bb_post-&#62;post_time))); ?&#62;</p>
<p>3. This gives me a static date of Wed Dec 31, 1969 in front page.php: &#60;td class="num"&#62;&#60;?php echo date("D M j, Y", bb_offset_time(strtotime($bb_forum-&#62;forum_time))); ?&#62;&#60;/td&#62;</p>
<p>If anybody knows how I can correct the final two, I would be grateful. </p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>answerthink on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-87573</link>
			<pubDate>Wed, 18 May 2011 10:59:01 +0000</pubDate>
			<dc:creator>answerthink</dc:creator>
			<guid isPermaLink="false">87573@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I installed _ck_'s Forum Last Poster plugin to show FRESHNESS for my forums, but I am trying to convert it to the exact time/date.</p>
<p>I have tried various permutations with no luck. </p>
<p>The following code doesn't work:<br />
&#60;td class="num"&#62;&#60;?php forum_time("D M j, Y"); ?&#62;&#60;/td&#62;</p>
<p>The following code just gives a static date of Wed Dec 31, 1969:<br />
&#60;td class="num"&#62;&#60;?php echo date("D M j, Y", bb_offset_time(strtotime($bb_forum-&#62;forum_time))); ?&#62;&#60;/td&#62;</p>
<p>Any ideas how I can do this?</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>MatasLTU on "Show exact date of post? (not freshness)"</title>
			<link>http://bbpress.org/forums/topic/show-exact-date-of-post-not-freshness#post-86731</link>
			<pubDate>Mon, 25 Apr 2011 13:05:33 +0000</pubDate>
			<dc:creator>MatasLTU</dc:creator>
			<guid isPermaLink="false">86731@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sorry for my very poor english</p>
<p>I can't believe that in bbpress forum there is no such a fundamental thing as post and topic date! I thing 80% of forum users need exact post date, not its freshness.</p>
<p>I spend a lot of time on this issue and finally fixed it!</p>
<p>All you need is to use both "Accurate Post Time" AND "User Timezones" plugins. First is for showing date and second is for setting it correctly.</p>
<p>It works fine for me!
</p>]]></description>
					</item>
		<item>
			<title>hanachristina on "Show exact date of post? (not freshness)"</title>
			<link>http://bbpress.org/forums/topic/show-exact-date-of-post-not-freshness#post-81922</link>
			<pubDate>Sun, 23 Jan 2011 04:26:10 +0000</pubDate>
			<dc:creator>hanachristina</dc:creator>
			<guid isPermaLink="false">81922@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I use Accurate Post Time plugin, to changing the date format. It's so easy.
</p>]]></description>
					</item>
		<item>
			<title>iftomkins on "Show exact date of post? (not freshness)"</title>
			<link>http://bbpress.org/forums/topic/show-exact-date-of-post-not-freshness#post-81809</link>
			<pubDate>Fri, 21 Jan 2011 23:32:29 +0000</pubDate>
			<dc:creator>iftomkins</dc:creator>
			<guid isPermaLink="false">81809@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks @fel64! Even a few years later it's still fresh and delicious--works like a dream.
</p>]]></description>
					</item>
		<item>
			<title>nichart on "How to localize timestamp/date?"</title>
			<link>http://bbpress.org/forums/topic/how-to-localize-timestampdate#post-72987</link>
			<pubDate>Tue, 24 Aug 2010 07:27:13 +0000</pubDate>
			<dc:creator>nichart</dc:creator>
			<guid isPermaLink="false">72987@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I have the same problem - how do I add those lines to po-file. I have POedit, but I have no clue how to add lines that are not in the POT file!
</p>]]></description>
					</item>
		<item>
			<title>ppmujica on "How to localize timestamp/date?"</title>
			<link>http://bbpress.org/forums/topic/how-to-localize-timestampdate#post-68544</link>
			<pubDate>Wed, 12 May 2010 14:40:34 +0000</pubDate>
			<dc:creator>ppmujica</dc:creator>
			<guid isPermaLink="false">68544@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I had the same problem with spanish translation, which is quite incomplete. This did the trick! Thanks!
</p>]]></description>
					</item>
		<item>
			<title>ChristopherM on "How to localize timestamp/date?"</title>
			<link>http://bbpress.org/forums/topic/how-to-localize-timestampdate#post-68517</link>
			<pubDate>Wed, 12 May 2010 09:56:37 +0000</pubDate>
			<dc:creator>ChristopherM</dc:creator>
			<guid isPermaLink="false">68517@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The following lines are probably missing in the danish .po-file (these are in Swedish, you have to change them to Danish):</p>
<pre><code>#: bb-includes/functions.bb-core.php:385
#, php-format
msgid &#34;%d year&#34;
msgid_plural &#34;%d years&#34;
msgstr[0] &#34;%d år&#34;
msgstr[1] &#34;%d år&#34;

#: bb-includes/functions.bb-core.php:386
#, php-format
msgid &#34;%d month&#34;
msgid_plural &#34;%d months&#34;
msgstr[0] &#34;%d månad&#34;
msgstr[1] &#34;%d månader&#34;

#: bb-includes/functions.bb-core.php:387
#, php-format
msgid &#34;%d week&#34;
msgid_plural &#34;%d weeks&#34;
msgstr[0] &#34;%d vecka&#34;
msgstr[1] &#34;%d veckor&#34;

#: bb-includes/functions.bb-core.php:388
#, php-format
msgid &#34;%d day&#34;
msgid_plural &#34;%d days&#34;
msgstr[0] &#34;%d dag&#34;
msgstr[1] &#34;%d dagar&#34;

#: bb-includes/functions.bb-core.php:389
#, php-format
msgid &#34;%d hour&#34;
msgid_plural &#34;%d hours&#34;
msgstr[0] &#34;%d timme&#34;
msgstr[1] &#34;%d timmar&#34;

#: bb-includes/functions.bb-core.php:390
#, php-format
msgid &#34;%d minute&#34;
msgid_plural &#34;%d minutes&#34;
msgstr[0] &#34;%d minut&#34;
msgstr[1] &#34;%d minuter&#34;

#: bb-includes/functions.bb-core.php:391
#, php-format
msgid &#34;%d second&#34;
msgid_plural &#34;%d seconds&#34;
msgstr[0] &#34;%d sekund&#34;
msgstr[1] &#34;%d sekunder&#34;</code></pre>]]></description>
					</item>
		<item>
			<title>gerikg on "Timezone support"</title>
			<link>http://bbpress.org/forums/topic/timezone-support-1#post-67515</link>
			<pubDate>Wed, 21 Apr 2010 21:49:51 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">67515@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>&#60;?php echo date("D M j Y G:i:s", strtotime($topic-&#62;topic_time)); ?&#62;  </p>
<p><a href="http://php.net/manual/en/function.date.php" rel="nofollow">http://php.net/manual/en/function.date.php</a>
</p>]]></description>
					</item>
		<item>
			<title>sona on "Timezone support"</title>
			<link>http://bbpress.org/forums/topic/timezone-support-1#post-67513</link>
			<pubDate>Wed, 21 Apr 2010 21:22:44 +0000</pubDate>
			<dc:creator>sona</dc:creator>
			<guid isPermaLink="false">67513@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a way to get post dates in the support forums (or any bbPress forum) to show the time in my time zone?
</p>]]></description>
					</item>
		<item>
			<title>DanielJuhl on "How to localize timestamp/date?"</title>
			<link>http://bbpress.org/forums/topic/how-to-localize-timestampdate#post-64712</link>
			<pubDate>Tue, 16 Feb 2010 10:39:57 +0000</pubDate>
			<dc:creator>DanielJuhl</dc:creator>
			<guid isPermaLink="false">64712@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've localized bbPress to Danish, but how can I be able to localize timestamp/date?
</p>]]></description>
					</item>
		<item>
			<title>plrk on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56851</link>
			<pubDate>Sat, 22 Aug 2009 23:08:10 +0000</pubDate>
			<dc:creator>plrk</dc:creator>
			<guid isPermaLink="false">56851@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dukessa: unfortunately, _e() (and __()) attempts to translate the string it is given - which means that if you try to call "_e(topic_time())", it will be interpreted as "_e("August 12, 2009")" (or whatever topic_time() outputs). The solution is to put translation functions inside the topic_time() function. Note however, that that would indeed translate "August" into "Augusti", but it won't fix the order (it'll still go "month day, year") nor the capitalization (in Swedish, months are spelled with lowercase first letter unless in the beginning of a sentence). In WordPress, the order problem is solved by an admin setting for the date format, but the capitalization issue remains.</p>
<p>I hope that explains it. If I have the time some day, I'll try to submit a patch for it to be fixed in the next version.
</p>]]></description>
					</item>
		<item>
			<title>Jany @ Shambix on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56827</link>
			<pubDate>Sat, 22 Aug 2009 02:30:18 +0000</pubDate>
			<dc:creator>Jany @ Shambix</dc:creator>
			<guid isPermaLink="false">56827@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello, I have a working translation for bbPress 1.0.2, and Im having the topic_time() issue too.<br />
It doesnt translate into my local language, even though months, days etc, are translated in the lang file.<br />
When I use _e('something to translate') everything is fine, but calling directly topic_time() doesnt translate anything.</p>
<p>How do I wrap topic_time() into _e() ? or... what is the correct way to translate time?
</p>]]></description>
					</item>
		<item>
			<title>Göran on "Swedish translation completed (bbPress 1.0 RC-3)"</title>
			<link>http://bbpress.org/forums/topic/swedish-translation-completed-bbpress-10-rc-3#post-56436</link>
			<pubDate>Sat, 15 Aug 2009 10:50:09 +0000</pubDate>
			<dc:creator>Göran</dc:creator>
			<guid isPermaLink="false">56436@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I took Tommies file and changed "position" to "plats". The mo and po files with this change can be found at <a href="http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.mo.zip" rel="nofollow">http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.mo.zip</a> and <a href="http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.po.zip" rel="nofollow">http://www.enkelwebbplats.se/bbPress-my-languages/sv_SE.po.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>bedbugger on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-56254</link>
			<pubDate>Wed, 12 Aug 2009 00:27:30 +0000</pubDate>
			<dc:creator>bedbugger</dc:creator>
			<guid isPermaLink="false">56254@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this, _ck_, dragunoff and all!
</p>]]></description>
					</item>
		<item>
			<title>piedpiper21 on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55601</link>
			<pubDate>Wed, 29 Jul 2009 16:46:43 +0000</pubDate>
			<dc:creator>piedpiper21</dc:creator>
			<guid isPermaLink="false">55601@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Great, I misunderstood how it works. When you said mouse over, I thought the text should change to show the date. Sorry, for the misunderstanding. Thanks again.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55600</link>
			<pubDate>Wed, 29 Jul 2009 16:26:39 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">55600@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just to be certain, you understand how titles work right? You mouse over it to see it.<br />
Maybe try doing a "view source" to make sure it's there.<br />
You've already proved that the code will output the date, all we've done is just move it into the hidden, mouse-over title.</p>
<p>Show me the view source part just for what it outputs.
</p>]]></description>
					</item>
		<item>
			<title>piedpiper21 on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55591</link>
			<pubDate>Wed, 29 Jul 2009 13:48:22 +0000</pubDate>
			<dc:creator>piedpiper21</dc:creator>
			<guid isPermaLink="false">55591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't think it's a problem using &#60;? as I was able to change it to a timestamp format with that. </p>
<p>I tried the simplified code, still the same problem. Only the regular freshness, no title.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55590</link>
			<pubDate>Wed, 29 Jul 2009 13:31:23 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">55590@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Based on what you showed me that is working, mine should work fine.<br />
Here is a simplified version:</p>
<pre><code>&#60;td class=&#34;num&#34;&#62;&#60;a href=&#34;&#60;?php topic_last_post_link(); ?&#62;&#34;  title=&#34;&#60;?php echo date(&#34;r&#34;,strtotime($topic-&#62;topic_time)); ?&#62;&#34;&#62;&#60;?php topic_time(); ?&#62;&#60;/a&#62;&#60;/td&#62;</code></pre>
<p>I think the problem with the old example is I used a php shortcode (<code>&#60;?</code>) instead of the full <code>&#60;?php</code> and some servers have a problem with it, maybe yours. I've now edited all examples on this page to use the full <code>&#60;?php</code> to prevent confusion by future viewers.
</p>]]></description>
					</item>
		<item>
			<title>piedpiper21 on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55589</link>
			<pubDate>Wed, 29 Jul 2009 13:26:45 +0000</pubDate>
			<dc:creator>piedpiper21</dc:creator>
			<guid isPermaLink="false">55589@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><code>&#60;td class=&#34;num&#34;&#62;&#60;a href=&#34;&#60;?php topic_last_post_link(); ?&#62;&#34;&#62;&#60;span class=timetitle title=&#34;&#60;?php echo date(&#34;r&#34;,strtotime($topic-&#62;topic_time)); ?&#62;&#34;&#62;&#60;?php topic_time(); ?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/td&#62;</code></p>
<p>I was referring to the title in this line.<br />
And I'm trying to implement the code you gave above.<br />
I want the regular text to read the freshness and the title to hold the exact date.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "How do you change the Freshness of post date format?"</title>
			<link>http://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-55586</link>
			<pubDate>Wed, 29 Jul 2009 13:09:33 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">55586@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You don't have title anywhere in there.<br />
And I don't understand what you are trying to do.<br />
Do you want the regular text to read the "days ago" part or the title to hold it?
</p>]]></description>
					</item>

	</channel>
</rss>

