Modify ↓
Opened 13 years ago
Closed 13 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)
Changed 13 years ago by Albeck
Changed 13 years ago by Albeck
comment:1 follow-up: ↓ 2 Changed 13 years ago by anonymous
comment:2 in reply to: ↑ 1 Changed 13 years ago by Jpm
- Resolution set to Duplicate
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.