srulad / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Sort Client Files by Date #495

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open manage files for or as a client
2. Sort the files by date
3.

What is the expected output? What do you see instead?
Expect the files to be sorted by date as they are for an administrator user 

but they are sorted as the text representation of the date
ie 31/07/2014 comes before 30/06/2014 which comes before 25/07/2014 
This is a text sort not a date sort.

What version of the product are you using? On what operating system?
r514 server Linux browser windows

Please provide any additional information below.

Original issue reported on code.google.com by AlanReib...@googlemail.com on 22 Aug 2014 at 7:19

Attachments:

GoogleCodeExporter commented 8 years ago
As an immediate fix I changed the date format to be 
Y/m/d H:i:s 
so it at least sorts properly upto day.

Original comment by AlanReib...@googlemail.com on 22 Aug 2014 at 7:52