<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery plugin: Prettydate</title>
	<atom:link href="http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: michele franzin</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-196859</link>
		<dc:creator>michele franzin</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-196859</guid>
		<description>Thanks! U made my day.

italian localization

&lt;code&gt;
$.prettyDate.messages = {
	now: &quot;adesso&quot;,
	minute: &quot;1 minuto fa&quot;,
	minutes: $.prettyDate.template(&quot;{0} minuti fa&quot;),
	hour: &quot;1 ora fa&quot;,
	hours: $.prettyDate.template(&quot;{0} ore fa&quot;),
	yesterday: &quot;Ieri&quot;,
	days: $.prettyDate.template(&quot;{0} giorni fa&quot;),
	weeks: $.prettyDate.template(&quot;{0} settimane fa&quot;)
};
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! U made my day.</p>
<p>italian localization</p>
<p><code><br />
$.prettyDate.messages = {<br />
	now: "adesso",<br />
	minute: "1 minuto fa",<br />
	minutes: $.prettyDate.template("{0} minuti fa"),<br />
	hour: "1 ora fa",<br />
	hours: $.prettyDate.template("{0} ore fa"),<br />
	yesterday: "Ieri",<br />
	days: $.prettyDate.template("{0} giorni fa"),<br />
	weeks: $.prettyDate.template("{0} settimane fa")<br />
};<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Carlsson</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-193059</link>
		<dc:creator>Martin Carlsson</dc:creator>
		<pubDate>Sat, 29 Oct 2011 00:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-193059</guid>
		<description>Wonderful plugin, thank you

Here is Swedish translation (sv-SE):

$.prettyDate.messages = {
    now: &quot;just nu&quot;,
    minute: &quot;en minut sedan&quot;,
    minutes: $.prettyDate.template(&quot;{0} minuter sedan&quot;),
    hour: &quot;en timme sedan&quot;,
    hours: $.prettyDate.template(&quot;{0} timmar sedan&quot;),
    yesterday: &quot;igår&quot;,
    days: $.prettyDate.template(&quot;{0} dagar sedan&quot;),
    weeks: $.prettyDate.template(&quot;{0} veckor sedan&quot;)
}</description>
		<content:encoded><![CDATA[<p>Wonderful plugin, thank you</p>
<p>Here is Swedish translation (sv-SE):</p>
<p>$.prettyDate.messages = {<br />
    now: &#8220;just nu&#8221;,<br />
    minute: &#8220;en minut sedan&#8221;,<br />
    minutes: $.prettyDate.template(&#8220;{0} minuter sedan&#8221;),<br />
    hour: &#8220;en timme sedan&#8221;,<br />
    hours: $.prettyDate.template(&#8220;{0} timmar sedan&#8221;),<br />
    yesterday: &#8220;igår&#8221;,<br />
    days: $.prettyDate.template(&#8220;{0} dagar sedan&#8221;),<br />
    weeks: $.prettyDate.template(&#8220;{0} veckor sedan&#8221;)<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-191683</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 13 Aug 2011 20:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-191683</guid>
		<description>I should have made this more clear -- the new, optional &#039;now&#039; option must be populated by you.  It&#039;ll default to the client user&#039;s computer time if you don&#039;t pass it.  Also, &#039;now&#039; needs to be in ISO8601 date format.

Hope that makes sense.  See the live example in my last post to see the usage in action.

Eric</description>
		<content:encoded><![CDATA[<p>I should have made this more clear &#8212; the new, optional &#8216;now&#8217; option must be populated by you.  It&#8217;ll default to the client user&#8217;s computer time if you don&#8217;t pass it.  Also, &#8216;now&#8217; needs to be in ISO8601 date format.</p>
<p>Hope that makes sense.  See the live example in my last post to see the usage in action.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-191673</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 12 Aug 2011 23:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-191673</guid>
		<description>Hi, 

JÖRN, thanks for your work on this!  Great and handy plug-in.

I updated JÖRN&#039;s 1.0.0 code to fix the issue that Jesus mentioned above (i.e., when your server date is in a different time zone than the user/client).  For this I added a new, optional &#039;now&#039; option that you can pass in that should hold the now time from the server.

I have the updated code here:
http://www.tehfaces.com/js/lib/prettydate/jquery.prettyDate.js

Run a diff on this versus JÖRN&#039;s 1.0.0 code to see what I changed.

I also adjusted the code to output fuzzy dates up to 12 months.

Eric

Ps. here a live example that shows example usage of the &#039;now&#039; parameter.   View source and look for &#039;prettyDate(&#039;

http://www.tehfaces.com/profile.teh?f=26</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>JÖRN, thanks for your work on this!  Great and handy plug-in.</p>
<p>I updated JÖRN&#8217;s 1.0.0 code to fix the issue that Jesus mentioned above (i.e., when your server date is in a different time zone than the user/client).  For this I added a new, optional &#8216;now&#8217; option that you can pass in that should hold the now time from the server.</p>
<p>I have the updated code here:<br />
<a href="http://www.tehfaces.com/js/lib/prettydate/jquery.prettyDate.js" rel="nofollow">http://www.tehfaces.com/js/lib/prettydate/jquery.prettyDate.js</a></p>
<p>Run a diff on this versus JÖRN&#8217;s 1.0.0 code to see what I changed.</p>
<p>I also adjusted the code to output fuzzy dates up to 12 months.</p>
<p>Eric</p>
<p>Ps. here a live example that shows example usage of the &#8216;now&#8217; parameter.   View source and look for &#8216;prettyDate(&#8216;</p>
<p><a href="http://www.tehfaces.com/profile.teh?f=26" rel="nofollow">http://www.tehfaces.com/profile.teh?f=26</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dikey</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-187321</link>
		<dc:creator>dikey</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-187321</guid>
		<description>thanks for all your plugins, jorn.

here is Indonesia language:

&lt;pre&gt;&lt;code&gt;$.prettyDate.messages = {
	now: &quot;sekarang&quot;,
	minute: &quot;1 menit lalu&quot;,
	minutes: $.prettyDate.template(&quot;{0} Menit lalu&quot;),
	hour: &quot;1 jam lalu&quot;,
	hours: $.prettyDate.template(&quot;{0} Jam lalu&quot;),
	yesterday: &quot;Kemarin&quot;,
	days: $.prettyDate.template(&quot;{0} Hari lalu&quot;),
	weeks: $.prettyDate.template(&quot;{0} Minggu lalu&quot;)
}&lt;/code&gt;&lt;/pre&gt;

nice for you to know my language.. :)</description>
		<content:encoded><![CDATA[<p>thanks for all your plugins, jorn.</p>
<p>here is Indonesia language:</p>
<pre><code>$.prettyDate.messages = {
	now: "sekarang",
	minute: "1 menit lalu",
	minutes: $.prettyDate.template("{0} Menit lalu"),
	hour: "1 jam lalu",
	hours: $.prettyDate.template("{0} Jam lalu"),
	yesterday: "Kemarin",
	days: $.prettyDate.template("{0} Hari lalu"),
	weeks: $.prettyDate.template("{0} Minggu lalu")
}</code></pre>
<p>nice for you to know my language.. <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abs</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-187251</link>
		<dc:creator>abs</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-187251</guid>
		<description>pl-PL:

&lt;pre&gt;&lt;code&gt;
$.prettyDate.messages = {
	now: &quot;przed chwilą&quot;,
	minute: &quot;minutę temu&quot;,
	minutes: $.prettyDate.template(&quot;{0} minut temu&quot;),
	hour: &quot;godzinę temu&quot;,
	hours: $.prettyDate.template(&quot;{0} godzin temu&quot;),
	yesterday: &quot;wczoraj&quot;,
	days: $.prettyDate.template(&quot;{0} dni temu&quot;),
	weeks: $.prettyDate.template(&quot;{0} tygodni temu&quot;)
}
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>pl-PL:</p>
<pre><code>
$.prettyDate.messages = {
	now: "przed chwilą",
	minute: "minutę temu",
	minutes: $.prettyDate.template("{0} minut temu"),
	hour: "godzinę temu",
	hours: $.prettyDate.template("{0} godzin temu"),
	yesterday: "wczoraj",
	days: $.prettyDate.template("{0} dni temu"),
	weeks: $.prettyDate.template("{0} tygodni temu")
}
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenan Balamir</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-186571</link>
		<dc:creator>Kenan Balamir</dc:creator>
		<pubDate>Wed, 24 Mar 2010 17:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-186571</guid>
		<description>@It&#039;s Thai I guess..

Here is  Turkish (tr-TR):

&lt;pre&gt;&lt;code&gt;$.prettyDate.messages = {
	now: &quot;Az önce&quot;,
	minute: &quot;1 dakika önce&quot;,
	minutes: $.prettyDate.template(&quot;{0} dakika önce&quot;),
	hour: &quot;1 saat önce&quot;,
	hours: $.prettyDate.template(&quot;{0} saat önce&quot;),
	yesterday: &quot;Dün&quot;,
	days: $.prettyDate.template(&quot;{0} gün önce&quot;),
	weeks: $.prettyDate.template(&quot;{0} hafta önce&quot;)
};&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@It&#8217;s Thai I guess..</p>
<p>Here is  Turkish (tr-TR):</p>
<pre><code>$.prettyDate.messages = {
	now: "Az önce",
	minute: "1 dakika önce",
	minutes: $.prettyDate.template("{0} dakika önce"),
	hour: "1 saat önce",
	hours: $.prettyDate.template("{0} saat önce"),
	yesterday: "Dün",
	days: $.prettyDate.template("{0} gün önce"),
	weeks: $.prettyDate.template("{0} hafta önce")
};</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-186011</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-186011</guid>
		<description>Thanks ilumin, though, what language is that?</description>
		<content:encoded><![CDATA[<p>Thanks ilumin, though, what language is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilumin</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-185960</link>
		<dc:creator>ilumin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-185960</guid>
		<description>&lt;pre&gt;&lt;code&gt;$.prettyDate.messages = {
	now: &quot;ปัจจุบัน&quot;,
	minute: &quot;นาที&quot;,
	minutes: $.prettyDate.template(&quot;{0} นาทีที่แล้ว&quot;),
	hour: &quot;ชั่วโมง&quot;,
	hours: $.prettyDate.template(&quot;{0} ชั่วโมงที่แล้ว&quot;),
	yesterday: &quot;เมื่อวาน&quot;,
	days: $.prettyDate.template(&quot;{0} วันที่แล้ว&quot;),
	weeks: $.prettyDate.template(&quot;{0} สัปดาห์ที่แล้ว&quot;)
}&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre><code>$.prettyDate.messages = {
	now: "ปัจจุบัน",
	minute: "นาที",
	minutes: $.prettyDate.template("{0} นาทีที่แล้ว"),
	hour: "ชั่วโมง",
	hours: $.prettyDate.template("{0} ชั่วโมงที่แล้ว"),
	yesterday: "เมื่อวาน",
	days: $.prettyDate.template("{0} วันที่แล้ว"),
	weeks: $.prettyDate.template("{0} สัปดาห์ที่แล้ว")
}</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anz</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-185861</link>
		<dc:creator>Anz</dc:creator>
		<pubDate>Thu, 18 Mar 2010 05:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-185861</guid>
		<description>Excellent!!! really useful plugin.. In all our projects we show history log in the admin side.. this plugin is really useful in that.. 

Thanks</description>
		<content:encoded><![CDATA[<p>Excellent!!! really useful plugin.. In all our projects we show history log in the admin side.. this plugin is really useful in that.. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
