Modify ↓
Opened 14 years ago
Closed 14 years ago
#2041 closed Bug (Duplicate)
_FTP_ListToArrayEx Datetime Format
| Reported by: | Albeck | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | ftp listtoarrayex datetime format | Cc: |
Description
Hi,
I want to sort an Array given from the _ftp_listtoarrayex command so that i have the newest file in the first array collum. BUT:
the datetime format given back from the command above ist YEAR/DAY/MONTH HOUR:MINUTE:SEC
So that for example 2011/25/05 is "newer" than 2011/14/08
I think it would be better to give the datime back this way: YEAR/MONTH/DAY/HOUR/MINUTE/SEC
Attachments (2)
Change History (4)
by , 14 years ago
by , 14 years ago
| Attachment: | bug2sort.JPG added |
|---|
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

A few additional inforamtion:
In the help file it says that with $b_Fmt=1 the format will be YYYY/MM/DD and with $b_Fmt=0 it will be MM/DD/YYYY.
But as seen on the picture the output with $b_Fmt=1 is YYYY/DD/MM, so defnetly a bug.