If I have the following table
%TABLE{sort="on"}%
| *label* | *date* |
| docs | 08/29/2009 |
| docs | 12/08/2009 |
| docs | 01/28/2009 |
| docs | 01/27/2009 |
an ascending sort should show
| docs | 01/27/2009 |
| docs | 01/28/2009 |
| docs | 08/29/2009 |
| docs | 12/08/2009 |
It does not. Instead 01/28/2009 comes before 01/27/2009
- ascending: screenshot (incorrect sort):
- descending: screenshot. sort order as expected:
--
TWiki:Main/VickiBrown
- 08 Dec 2009
Thanks Vicki - this is an issue.
In the above example-its string sorting, and it has issue. I verified on trunk repository code, its an issue.
--
TWiki:Main/SopanShewale
- 04 Jan 2010
Date format 12/08/2009 is not supported because it is undefined. It is 8 Dec 2009 in USA and 12 Aug in many other places around the world. Please use ISO dates or any other date documented in
TimeSpecifications.
Setting this to no action required.
--
TWiki:Main.PeterThoeny
- 04 May 2010