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

Locale Date field not sorting #41

Open cartochris opened 8 years ago

cartochris commented 8 years ago

Hi

I cannot seem to sort a date field I have which has been formatted using the GB Locale Date String javascript function to convert my dates to UK format as below:

myDateVariable.toLocaleDateString("en-GB");

Does this library only recognise unformatted dates? Is there a way I am able to modify this to allow formatted dates?