tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Optional native handling of Dates #200

Open szwenni opened 4 years ago

szwenni commented 4 years ago

This introduces also the option that native Date.parse parses the date. If it returns nothing useful it will fallback to the toher parsing rules.

Tests were also adapted to run with that.