I am using the datatables jquery plugin and want to sorty by dates.
I know they got a plugin but I can\'t find where to actually download it from
http://data
Specify the column's type as type: 'date':
type
type: 'date'
{title: 'Expiration Date', data: 'ExpirationDate', type: 'date'}