Hi,
I'm using tablesorter 2.0, and I'm trying to sort a column that
contains dates. I've tried several date formarts, such as dd/mm/yyyy,
dd/mm/yy, yyyy/dd/mm, etc. the tablesorter declaration is as follows:
.tablesorter({
widgets: ['zebra'],
dateFormat: "dd/mm/yyyy",
headers: {
1: {sorter: "shortDate"},
}
})
I've tried with and without the dateFormat declaration.
Maybe someone can give me a hint on how to solve this. Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---