Test with table with ISO date column:
Sample |
Date |
Test A |
2010-09-10 |
Test B |
2009-01-25 |
Test C |
2010-02-05 |
Test D |
2010-12-15 |
Test E |
2009-06-30 |
Before fix, when you click on "Date" you get this order:
2009-01-25,
2009-06-30,
2010-09-10,
2010-02-05,
2010-12-15.
--
TWiki:Main/PeterThoeny
- 31 Mar 2010
This is now fixed in trunk and 4.3 branch.
TWiki:Plugins/TablePlugin
on twiki.org is updated as well.
--
TWiki:Main.PeterThoeny
- 31 Mar 2010
Above example gives now proper order:
2009-01-25,
2009-06-30,
2010-02-05,
2010-09-10,
2010-12-15
--
TWiki:Main.PeterThoeny
- 31 Mar 2010