Search Results

0
votes
1answer
170 views

How do I sort a date of format mm/yy with the jquery tablesorter?

I have a table wherein one of the columns displays the date in the mm/yy format viz. 12/08, 01/09, 02/08, etc. How do I implementing sorting on this column with the jQuery tablesorter ( …
2
votes
3answers
2k views

Using jQuery tablesorter to sort mm/yy dates

I am using the jquery tablesorter plugin to sort a table. On of my the columns in my table shows the date in mm/yy format. <tr> <td class="col-name">...</td> …
0
votes

Using jQuery tablesorter to sort mm/yy dates

@Cade Roux Yes, that indeed is my problem but I cannot display a four digit year in the UI due to business constraints. However, I do have the full year in the 'rel' attribute. Is there anyway I ca …