<?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: Tablesorter Quickies</title>
	<atom:link href="http://www.ghidinelli.com/2008/11/11/tablesorter-quickies/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2008/11/11/tablesorter-quickies</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.ghidinelli.com/2008/11/11/tablesorter-quickies/comment-page-1#comment-52070</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Tue, 11 Nov 2008 22:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=293#comment-52070</guid>
		<description>@Brian:

If you use the metadata plug-in (for embedding sort information in the class attribute,) then the tablesorter has a built-in parser for using that value.

This gives you the same flexibility as using the comments, but doesn&#039;t require additional plug-ins. I use this to sort dates:


 Date



	#getRecords.date#


I&#039;m using javaCast() to cast the date into a numeric value. This allows me to display the date however I want, but the sorter will still sort the date correctly.</description>
		<content:encoded><![CDATA[<p>@Brian:</p>
<p>If you use the metadata plug-in (for embedding sort information in the class attribute,) then the tablesorter has a built-in parser for using that value.</p>
<p>This gives you the same flexibility as using the comments, but doesn&#8217;t require additional plug-ins. I use this to sort dates:</p>
<p> Date</p>
<p>	#getRecords.date#</p>
<p>I&#8217;m using javaCast() to cast the date into a numeric value. This allows me to display the date however I want, but the sorter will still sort the date correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
