sort dates in tablesorter

sort dates in tablesorter


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!