jquery.tablesorter: Improve detection and handling of isoDate
authormadd <Matthias_K2@gmx.de>
Sun, 8 May 2016 16:31:58 +0000 (18:31 +0200)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Sun, 13 Aug 2017 17:40:41 +0000 (13:40 -0400)
commit3fc8c9a8d5e5667b13dbbea3f7758ab88c57823e
tree742cd7306e25b27f15866d043b31d15c800f53ca
parent700e49ddddcb9b791f5edbb5dd569b18c3a7f2eb
jquery.tablesorter: Improve detection and handling of isoDate

* Detect years 0...99 correct.
* Short forms possible: JJJJ, JJJJ-MM, JJJJMM, JJJJMMTT
  QUnit Test sorts now with parser 'isoDate' (because of 2009 former test sorts with parser 'text')
* Prefix and postfix allowed.
* Between date and time a 'T' or 'any white space' is allowed (Bug: T126886)

Bug: T126886
Change-Id: I664b4cc9d5fb472ea0bc0e36a3c209f04048e769
resources/src/jquery/jquery.tablesorter.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.parsers.test.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js