HubSpot / sortable

Drop-in script to make tables sortable
http://github.hubspot.com/sortable/docs/welcome
MIT License
1.33k stars 116 forks source link

Sorting by date #8

Closed mattchoinski closed 10 years ago

mattchoinski commented 10 years ago

A column containing dates (formatted as a "mm/dd/YYYY" string) is not sorted in the expected way.

The following is an example of dates...

Date Column
03/23/2013
05/15/2013
01/27/2014

...that will be sorted as...

Date Column
05/15/2013
03/23/2013
01/27/2014

...instead of "01/27/2014" being on the top.