Date Problem (dd/mm/yy)

Date Problem (dd/mm/yy)


Hello,
I got a problem sorting dates(dd/mm/yy).
I already tried almost all kind of solutions, but no success all
cases.
Here is my snippet:
$("#testandoTable")
.tablesorter({
widthFixed: false,
widgets: ['zebra'],
debug: true,
headers: {
0:{
sorter:"shortDate"
}
},
dateFormat: 'dd/mm/yy'
})
As you can see, there is nothing wrong, since script runs fine.
When i build my table displaying 'yyyy/mm/dd' it is sorted ok, but my
date column is always sorted by mm/dd/yy when i display other format,
like dd/mm/yy which is the one i want.
if someone could help me, i would be happy and thankfull.
Sorry my english.