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

added sort by date (handles date and datetime) #9

Closed haferje closed 10 years ago

haferje commented 10 years ago

had to have this change for a project i'm working on, so figured i'd contribute back to the project, seeing as you had it as a feature request. my changes allow date and date-time sorting, using the Date.parse() method. here is a fiddle to show it working.

adamschwartz commented 10 years ago

Thanks @haferje